Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h287 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic() function
610 void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic() function
612 First->PragmaDiagnostic(Loc, Namespace, mapping, Str); in PragmaDiagnostic()
613 Second->PragmaDiagnostic(Loc, Namespace, mapping, Str); in PragmaDiagnostic()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp176 void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace,
657 void PrintPPOutputPPCallbacks::PragmaDiagnostic(SourceLocation Loc, in PragmaDiagnostic() function in PrintPPOutputPPCallbacks
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1364 Callbacks->PragmaDiagnostic(DiagLoc, Namespace, SV, WarningName); in HandlePragma()