Home
last modified time | relevance | path

Searched refs:PragmaDiagnostic (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPPCallbacks.h216 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic() function
409 void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic() function
411 First->PragmaDiagnostic(Loc, Namespace, mapping, Str); in PragmaDiagnostic()
412 Second->PragmaDiagnostic(Loc, Namespace, mapping, Str); in PragmaDiagnostic()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp141 void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace,
445 void PrintPPOutputPPCallbacks::PragmaDiagnostic(SourceLocation Loc, in PragmaDiagnostic() function in PrintPPOutputPPCallbacks
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPragma.cpp1005 Callbacks->PragmaDiagnostic(DiagLoc, Namespace, SV, WarningName); in HandlePragma()