OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsSystemInputFileVisitation
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Frontend/
ModuleDependencyCollector.cpp
34
bool
needsSystemInputFileVisitation
() override { return true; }
DependencyFile.cpp
97
bool
needsSystemInputFileVisitation
() override {
220
bool
needsSystemInputFileVisitation
() override {
464
assert(!IsSystem ||
needsSystemInputFileVisitation
());
/external/clang/include/clang/Serialization/
ASTReader.h
192
virtual bool
needsSystemInputFileVisitation
() { return false; }
195
/// \c
needsSystemInputFileVisitation
is true, then it is called for all
251
bool
needsSystemInputFileVisitation
() override;
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
138
bool ChainedASTReaderListener::
needsSystemInputFileVisitation
() {
139
return First->
needsSystemInputFileVisitation
() ||
140
Second->
needsSystemInputFileVisitation
();
153
(!isSystem || First->
needsSystemInputFileVisitation
()))
157
(!isSystem || Second->
needsSystemInputFileVisitation
()))
[
all
...]
Completed in 976 milliseconds