HomeSort by relevance Sort by last modified time
    Searched refs:PragmaDetectMismatch (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Lex/
PPCallbacks.h 171 virtual void PragmaDetectMismatch(SourceLocation Loc,
372 virtual void PragmaDetectMismatch(SourceLocation Loc,
375 First->PragmaDetectMismatch(Loc, Name, Value);
376 Second->PragmaDetectMismatch(Loc, Name, Value);
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 143 virtual void PragmaDetectMismatch(SourceLocation Loc,
419 void PrintPPOutputPPCallbacks::PragmaDetectMismatch(SourceLocation Loc,
  /external/clang/lib/Parse/
ParsePragma.cpp 848 PP.getPPCallbacks()->PragmaDetectMismatch(CommentLoc, NameString,

Completed in 167 milliseconds