Searched refs:PragmaDiagnosticPop (Results 1 – 3 of 3) sorted by relevance
282 virtual void PragmaDiagnosticPop(SourceLocation Loc, in PragmaDiagnosticPop() function605 void PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) override { in PragmaDiagnosticPop() function606 First->PragmaDiagnosticPop(Loc, Namespace); in PragmaDiagnosticPop()607 Second->PragmaDiagnosticPop(Loc, Namespace); in PragmaDiagnosticPop()
175 void PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) override;651 PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPop() function in PrintPPOutputPPCallbacks
1303 Callbacks->PragmaDiagnosticPop(DiagLoc, Namespace); in HandlePragma()