OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsInputFileVisitation
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ModuleDependencyCollector.cpp
32
bool
needsInputFileVisitation
() override { return true; }
DependencyFile.cpp
113
bool
needsInputFileVisitation
() override { return true; }
FrontendActions.cpp
661
bool
needsInputFileVisitation
() override { return true; }
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h
200
virtual bool
needsInputFileVisitation
() { return false; }
206
/// if \c
needsInputFileVisitation
returns true, this is called for
264
bool
needsInputFileVisitation
() override;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
221
bool ChainedASTReaderListener::
needsInputFileVisitation
() {
222
return First->
needsInputFileVisitation
() ||
223
Second->
needsInputFileVisitation
();
242
if (First->
needsInputFileVisitation
() &&
246
if (Second->
needsInputFileVisitation
() &&
2663
if (Listener && Listener->
needsInputFileVisitation
()) {
5186
bool NeedsInputFiles = Listener.
needsInputFileVisitation
();
Completed in 77 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026