OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParsingDone
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchFinder.h
206
void registerTestCallbackAfterParsing(ParsingDoneTestCallback *
ParsingDone
);
232
ParsingDoneTestCallback *
ParsingDone
;
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchFinder.cpp
1306
MatchFinder::ParsingDoneTestCallback *
ParsingDone
)
1307
: Finder(Finder),
ParsingDone
(
ParsingDone
) {}
1311
if (
ParsingDone
!= nullptr) {
1312
ParsingDone
->run();
1318
MatchFinder::ParsingDoneTestCallback *
ParsingDone
;
1333
: Options(std::move(Options)),
ParsingDone
(nullptr) {}
1428
return std::make_unique<internal::MatchASTConsumer>(this,
ParsingDone
);
1447
ParsingDone
= NewParsingDone;
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026