Searched refs:PragmaDetectMismatch (Results 1 – 9 of 9) sorted by relevance
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 173 virtual void PragmaDetectMismatch(SourceLocation Loc, StringRef Name, in PragmaDetectMismatch() function 388 void PragmaDetectMismatch(SourceLocation Loc, StringRef Name, in PragmaDetectMismatch() function 390 First->PragmaDetectMismatch(Loc, Name, Value); in PragmaDetectMismatch() 391 Second->PragmaDetectMismatch(Loc, Name, Value); in PragmaDetectMismatch()
|
/external/clang/include/clang/Basic/ |
D | DeclNodes.td | 15 def PragmaDetectMismatch : Decl;
|
/external/clang/lib/Serialization/ |
D | ASTCommon.cpp | 296 case Decl::PragmaDetectMismatch: in isRedeclarableDeclKind()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 156 : Decl(PragmaDetectMismatch, TU, Loc), ValueStart(ValueStart) {} in PragmaDetectMismatchDecl() 171 static bool classofKind(Kind K) { return K == PragmaDetectMismatch; } in classofKind()
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 677 case PragmaDetectMismatch: in getIdentifierNamespaceForKind()
|
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 77 case Decl::PragmaDetectMismatch: in EmitDecl()
|
D | CodeGenModule.cpp | 3889 case Decl::PragmaDetectMismatch: { in EmitTopLevelDecl()
|
/external/clang/lib/Parse/ |
D | ParsePragma.cpp | 1778 PP.getPPCallbacks()->PragmaDetectMismatch(DetectMismatchLoc, NameString, in HandlePragma()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 5633 case Decl::PragmaDetectMismatch: in clang_getCursorDefinition()
|