OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PragmaDiagnosticPush
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Lex/
PPCallbacks.h
206
virtual void
PragmaDiagnosticPush
(SourceLocation Loc,
400
void
PragmaDiagnosticPush
(SourceLocation Loc, StringRef Namespace) override {
401
First->
PragmaDiagnosticPush
(Loc, Namespace);
402
Second->
PragmaDiagnosticPush
(Loc, Namespace);
/external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp
135
void
PragmaDiagnosticPush
(SourceLocation Loc, StringRef Namespace) override;
426
PragmaDiagnosticPush
(SourceLocation Loc, StringRef Namespace) {
Completed in 37 milliseconds