Home
last modified time | relevance | path

Searched defs:needsSystemInputFileVisitation (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp35 bool needsSystemInputFileVisitation() override { return true; } in needsSystemInputFileVisitation() function in __anone88324080111::ModuleDependencyListener
H A DDependencyFile.cpp143 bool needsSystemInputFileVisitation() override { in needsSystemInputFileVisitation() function
H A DFrontendActions.cpp765 bool needsSystemInputFileVisitation() override { return true; } needsSystemInputFileVisitation() function in __anoneccbb80d0411::DumpModuleInfoListener
/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h222 virtual bool needsSystemInputFileVisitation() { return false; } needsSystemInputFileVisitation() function
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp235 bool ChainedASTReaderListener::needsSystemInputFileVisitation() { needsSystemInputFileVisitation() function in ChainedASTReaderListener