Searched refs:PragmaDetectMismatch (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 244 virtual void PragmaDetectMismatch(SourceLocation Loc, StringRef Name, in PragmaDetectMismatch() function 584 void PragmaDetectMismatch(SourceLocation Loc, StringRef Name, in PragmaDetectMismatch() function 586 First->PragmaDetectMismatch(Loc, Name, Value); in PragmaDetectMismatch() 587 Second->PragmaDetectMismatch(Loc, Name, Value); in PragmaDetectMismatch()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 15 def PragmaDetectMismatch : DeclNode<Decl>;
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 432 case Decl::PragmaDetectMismatch: in isRedeclarableDeclKind()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenDecl.cpp | 563 case Decl::PragmaDetectMismatch: in emitDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 209 : Decl(PragmaDetectMismatch, TU, Loc), ValueStart(ValueStart) {} in PragmaDetectMismatchDecl() 226 static bool classofKind(Kind K) { return K == PragmaDetectMismatch; } in classofKind()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclBase.cpp | 972 case PragmaDetectMismatch: in getIdentifierNamespaceForKind()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 92 case Decl::PragmaDetectMismatch: in EmitDecl()
|
| H A D | CodeGenModule.cpp | 7364 case Decl::PragmaDetectMismatch: { in EmitTopLevelDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 3169 PP.getPPCallbacks()->PragmaDetectMismatch(DetectMismatchLoc, NameString, in HandlePragma()
|