Lines Matching refs:Namespace
159 void PragmaMessage(SourceLocation Loc, StringRef Namespace,
162 void PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) override;
163 void PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) override;
164 void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace,
524 StringRef Namespace, in PragmaMessage() argument
529 if (!Namespace.empty()) in PragmaMessage()
530 *OS << Namespace << ' '; in PragmaMessage()
561 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPush() argument
563 *OS << "#pragma " << Namespace << " diagnostic push"; in PragmaDiagnosticPush()
568 PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPop() argument
570 *OS << "#pragma " << Namespace << " diagnostic pop"; in PragmaDiagnosticPop()
575 StringRef Namespace, in PragmaDiagnostic() argument
579 *OS << "#pragma " << Namespace << " diagnostic "; in PragmaDiagnostic()