OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PragmaDiagnosticPop
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Lex/
PPCallbacks.h
212
virtual void
PragmaDiagnosticPop
(SourceLocation Loc,
405
void
PragmaDiagnosticPop
(SourceLocation Loc, StringRef Namespace) override {
406
First->
PragmaDiagnosticPop
(Loc, Namespace);
407
Second->
PragmaDiagnosticPop
(Loc, Namespace);
/external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp
136
void
PragmaDiagnosticPop
(SourceLocation Loc, StringRef Namespace) override;
434
PragmaDiagnosticPop
(SourceLocation Loc, StringRef Namespace) {
/external/clang/lib/Lex/
Pragma.cpp
970
Callbacks->
PragmaDiagnosticPop
(DiagLoc, Namespace)
[
all
...]
Completed in 106 milliseconds