/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 217 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic() function 410 void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic() function 412 First->PragmaDiagnostic(Loc, Namespace, mapping, Str); in PragmaDiagnostic() 413 Second->PragmaDiagnostic(Loc, Namespace, mapping, Str); in PragmaDiagnostic()
|
/external/llvm-project/clang/include/clang/Lex/ |
D | PPCallbacks.h | 240 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic() function 486 void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic() function 488 First->PragmaDiagnostic(Loc, Namespace, mapping, Str); in PragmaDiagnostic() 489 Second->PragmaDiagnostic(Loc, Namespace, mapping, Str); in PragmaDiagnostic()
|
/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | ExpandModularHeadersPPCallbacks.h | 91 void PragmaDiagnostic(SourceLocation Loc, StringRef, diag::Severity,
|
D | ExpandModularHeadersPPCallbacks.cpp | 219 void ExpandModularHeadersPPCallbacks::PragmaDiagnostic(SourceLocation Loc, in PragmaDiagnostic() function in clang::tooling::ExpandModularHeadersPPCallbacks
|
/external/llvm-project/clang-tools-extra/pp-trace/ |
D | PPCallbacksTracker.h | 120 void PragmaDiagnostic(SourceLocation Loc, llvm::StringRef Namespace,
|
D | PPCallbacksTracker.cpp | 244 void PPCallbacksTracker::PragmaDiagnostic(SourceLocation Loc, in PragmaDiagnostic() function in clang::pp_trace::PPCallbacksTracker
|
/external/clang/lib/Frontend/ |
D | PrintPreprocessedOutput.cpp | 137 void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, 451 void PrintPPOutputPPCallbacks::PragmaDiagnostic(SourceLocation Loc, in PragmaDiagnostic() function in PrintPPOutputPPCallbacks
|
/external/llvm-project/clang/lib/Frontend/ |
D | PrintPreprocessedOutput.cpp | 140 void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, 500 void PrintPPOutputPPCallbacks::PragmaDiagnostic(SourceLocation Loc, in PragmaDiagnostic() function in PrintPPOutputPPCallbacks
|
/external/llvm-project/clang-tools-extra/docs/ |
D | pp-trace.rst | 64 * PragmaDiagnostic 463 `PragmaDiagnostic <https://clang.llvm.org/doxygen/classclang_1_1PPCallbacks.html#afe7938f38a83cb7b4… 466 PragmaDiagnostic is called when a #pragma gcc diagnostic directive is read. 481 - Callback: PragmaDiagnostic
|
/external/clang/lib/Lex/ |
D | Pragma.cpp | 1043 Callbacks->PragmaDiagnostic(DiagLoc, Namespace, SV, WarningName); in HandlePragma()
|
/external/llvm-project/clang/lib/Lex/ |
D | Pragma.cpp | 1250 Callbacks->PragmaDiagnostic(DiagLoc, Namespace, SV, WarningName); in HandlePragma()
|