Searched defs:needsSystemInputFileVisitation (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ | ||
H A D | ModuleDependencyCollector.cpp | 35 bool needsSystemInputFileVisitation() override { return true; } in needsSystemInputFileVisitation() function in __anon3c9095470111::ModuleDependencyListener |
H A D | DependencyFile.cpp | 117 bool needsSystemInputFileVisitation() override { needsSystemInputFileVisitation() function |
H A D | FrontendActions.cpp | 735 bool needsSystemInputFileVisitation() override { return true; } needsSystemInputFileVisitation() function in __anon279bbe8c0411::DumpModuleInfoListener |
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/ | ||
H A D | ASTReader.h | 222 virtual bool needsSystemInputFileVisitation() { return false; } in needsSystemInputFileVisitation() function |
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTReader.cpp | 230 bool ChainedASTReaderListener::needsSystemInputFileVisitation() { needsSystemInputFileVisitation() function in ChainedASTReaderListener |