Lines Matching refs:Namespace
171 void PragmaMessage(SourceLocation Loc, StringRef Namespace,
174 void PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) override;
175 void PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) override;
176 void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace,
607 StringRef Namespace, in PragmaMessage() argument
612 if (!Namespace.empty()) in PragmaMessage()
613 *OS << Namespace << ' '; in PragmaMessage()
644 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPush() argument
646 *OS << "#pragma " << Namespace << " diagnostic push"; in PragmaDiagnosticPush()
651 PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPop() argument
653 *OS << "#pragma " << Namespace << " diagnostic pop"; in PragmaDiagnosticPop()
658 StringRef Namespace, in PragmaDiagnostic() argument
662 *OS << "#pragma " << Namespace << " diagnostic "; in PragmaDiagnostic()