Home
last modified time | relevance | path

Searched defs:PragmaWarningPush (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h314 virtual void PragmaWarningPush(SourceLocation Loc, int Level) { in PragmaWarningPush() function
638 void PragmaWarningPush(SourceLocation Loc, int Level) override { in PragmaWarningPush() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp709 void PrintPPOutputPPCallbacks::PragmaWarningPush(SourceLocation Loc, in PragmaWarningPush() function in PrintPPOutputPPCallbacks