Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DPPCallbacks.h255 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic() function
558 void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic() function
560 First->PragmaDiagnostic(Loc, Namespace, mapping, Str); in PragmaDiagnostic()
561 Second->PragmaDiagnostic(Loc, Namespace, mapping, Str); in PragmaDiagnostic()
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp158 void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace,
561 void PrintPPOutputPPCallbacks::PragmaDiagnostic(SourceLocation Loc, in PragmaDiagnostic() function in PrintPPOutputPPCallbacks
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPragma.cpp1327 Callbacks->PragmaDiagnostic(DiagLoc, Namespace, SV, WarningName); in HandlePragma()