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

  /external/clang/include/clang/Lex/
PPCallbacks.h 160 /// PragmaDiagnostic - This callback is invoked when a
162 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace,
313 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace,
315 First->PragmaDiagnostic(Loc, Namespace, mapping, Str);
316 Second->PragmaDiagnostic(Loc, Namespace, mapping, Str);
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 130 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace,
387 PragmaDiagnostic(SourceLocation Loc, StringRef Namespace,
  /external/clang/lib/Lex/
Pragma.cpp     [all...]

Completed in 53 milliseconds