OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PragmaDiagnosticPush
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
PPCallbacks.h
229
virtual void
PragmaDiagnosticPush
(SourceLocation Loc,
476
void
PragmaDiagnosticPush
(SourceLocation Loc, StringRef Namespace) override {
477
First->
PragmaDiagnosticPush
(Loc, Namespace);
478
Second->
PragmaDiagnosticPush
(Loc, Namespace);
/src/external/apache2/llvm/dist/clang/lib/Frontend/
PrintPreprocessedOutput.cpp
138
void
PragmaDiagnosticPush
(SourceLocation Loc, StringRef Namespace) override;
485
PragmaDiagnosticPush
(SourceLocation Loc, StringRef Namespace) {
Completed in 73 milliseconds
Indexes created Thu Jun 25 00:25:11 UTC 2026