Home
last modified time | relevance | path

Searched refs:PragmaDetectMismatch (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h243 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/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td15 def PragmaDetectMismatch : DeclNode<Decl>;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp426 case Decl::PragmaDetectMismatch: in isRedeclarableDeclKind()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h185 : Decl(PragmaDetectMismatch, TU, Loc), ValueStart(ValueStart) {} in PragmaDetectMismatchDecl()
202 static bool classofKind(Kind K) { return K == PragmaDetectMismatch; } in classofKind()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp962 case PragmaDetectMismatch: in getIdentifierNamespaceForKind()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp91 case Decl::PragmaDetectMismatch: in EmitDecl()
H A DCodeGenModule.cpp7038 case Decl::PragmaDetectMismatch: { in EmitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp3158 PP.getPPCallbacks()->PragmaDetectMismatch(DetectMismatchLoc, NameString, in HandlePragma()