Searched refs:PragmaDetectMismatch (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/ |
| HD | PPCallbacks.h | 243 virtual void PragmaDetectMismatch(SourceLocation Loc, StringRef Name, in PragmaDetectMismatch() function 583 void PragmaDetectMismatch(SourceLocation Loc, StringRef Name, in PragmaDetectMismatch() function 585 First->PragmaDetectMismatch(Loc, Name, Value); in PragmaDetectMismatch() 586 Second->PragmaDetectMismatch(Loc, Name, Value); in PragmaDetectMismatch()
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | DeclNodes.td | 15 def PragmaDetectMismatch : DeclNode<Decl>;
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTCommon.cpp | 426 case Decl::PragmaDetectMismatch: in isRedeclarableDeclKind()
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | Decl.h | 185 : Decl(PragmaDetectMismatch, TU, Loc), ValueStart(ValueStart) {} in PragmaDetectMismatchDecl() 202 static bool classofKind(Kind K) { return K == PragmaDetectMismatch; } in classofKind()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | DeclBase.cpp | 962 case PragmaDetectMismatch: in getIdentifierNamespaceForKind()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGDecl.cpp | 91 case Decl::PragmaDetectMismatch: in EmitDecl()
|
| HD | CodeGenModule.cpp | 7038 case Decl::PragmaDetectMismatch: { in EmitTopLevelDecl()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/ |
| HD | ParsePragma.cpp | 3158 PP.getPPCallbacks()->PragmaDetectMismatch(DetectMismatchLoc, NameString, in HandlePragma()
|