Searched defs:needsSystemInputFileVisitation (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Frontend/ | ||
H A D | ModuleDependencyCollector.cpp | 35 bool needsSystemInputFileVisitation() override { return true; } in needsSystemInputFileVisitation() function in __anone88324080111::ModuleDependencyListener |
H A D | DependencyFile.cpp | 143 bool needsSystemInputFileVisitation() override { in needsSystemInputFileVisitation() function |
H A D | FrontendActions.cpp | 765 bool needsSystemInputFileVisitation() override { return true; } needsSystemInputFileVisitation() function in __anoneccbb80d0411::DumpModuleInfoListener |
/llvm-project/clang/include/clang/Serialization/ | ||
H A D | ASTReader.h | 222 virtual bool needsSystemInputFileVisitation() { return false; } needsSystemInputFileVisitation() function |
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTReader.cpp | 235 bool ChainedASTReaderListener::needsSystemInputFileVisitation() { needsSystemInputFileVisitation() function in ChainedASTReaderListener |