clang
3.9.0
|
#include <Decl.h>
Public Member Functions | |
SourceLocation | getAsmLoc () const |
SourceLocation | getRParenLoc () const |
void | setRParenLoc (SourceLocation L) |
SourceRange | getSourceRange () const override LLVM_READONLY |
const StringLiteral * | getAsmString () const |
StringLiteral * | getAsmString () |
void | setAsmString (StringLiteral *Asm) |
Static Public Member Functions | |
static FileScopeAsmDecl * | Create (ASTContext &C, DeclContext *DC, StringLiteral *Str, SourceLocation AsmLoc, SourceLocation RParenLoc) |
static FileScopeAsmDecl * | CreateDeserialized (ASTContext &C, unsigned ID) |
static bool | classof (const Decl *D) |
static bool | classofKind (Kind K) |
Definition at line 3448 of file Decl.h.
References clang::ParmVarDecl::classofKind().
|
static |
Definition at line 4187 of file Decl.cpp.
References AttributeLangSupport::C.
Referenced by clang::Sema::ActOnFileScopeAsmDecl().
|
static |
Definition at line 4194 of file Decl.cpp.
References AttributeLangSupport::C, and ID.
|
inline |
|
inline |
Definition at line 3444 of file Decl.h.
Referenced by clang::ASTDeclWriter::VisitFileScopeAsmDecl().
|
inline |
|
inline |
Definition at line 3438 of file Decl.h.
Referenced by clang::ASTDeclWriter::VisitFileScopeAsmDecl().
|
inlineoverride |
|
inline |
Definition at line 3446 of file Decl.h.
Referenced by clang::ASTDeclReader::VisitFileScopeAsmDecl().
|
inline |
Definition at line 3439 of file Decl.h.
Referenced by clang::ASTDeclReader::VisitFileScopeAsmDecl().