clang
3.9.0
|
Represents a #pragma detect_mismatch
line.
More...
#include <Decl.h>
Public Member Functions | |
StringRef | getName () const |
StringRef | getValue () const |
Static Public Member Functions | |
static PragmaDetectMismatchDecl * | Create (const ASTContext &C, TranslationUnitDecl *DC, SourceLocation Loc, StringRef Name, StringRef Value) |
static PragmaDetectMismatchDecl * | CreateDeserialized (ASTContext &C, unsigned ID, unsigned NameValueSize) |
static bool | classof (const Decl *D) |
static bool | classofKind (Kind K) |
Friends | |
class | ASTDeclReader |
class | ASTDeclWriter |
Represents a #pragma detect_mismatch
line.
Always a child of TranslationUnitDecl.
Definition at line 170 of file Decl.h.
References classofKind().
|
static |
Definition at line 3949 of file Decl.cpp.
References AttributeLangSupport::C.
Referenced by clang::Sema::ActOnPragmaDetectMismatch().
|
static |
Definition at line 3965 of file Decl.cpp.
References AttributeLangSupport::C, and ID.
|
inline |
Definition at line 166 of file Decl.h.
Referenced by clang::ASTDeclWriter::VisitPragmaDetectMismatchDecl().
|
inline |
Definition at line 167 of file Decl.h.
Referenced by clang::ASTDeclWriter::VisitPragmaDetectMismatchDecl().
|
friend |
|
friend |