Searched refs:PragmaDetectMismatch (Results 1 – 2 of 2) 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/lib/Parse/ |
D | ParsePragma.cpp | 1779 PP.getPPCallbacks()->PragmaDetectMismatch(CommentLoc, NameString, in HandlePragma()
|