Home
last modified time | relevance | path

Searched refs:needSystemDependencies (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DUtils.h82 virtual bool needSystemDependencies() { return false; } in needSystemDependencies() function
112 bool needSystemDependencies() final { return IncludeSystemHeaders; } in needSystemDependencies() function
/src/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp144 return DepCollector.needSystemDependencies(); in needsSystemInputFileVisitation()
205 (needSystemDependencies() || !IsSystem); in sawDependency()
H A DPrecompiledPreamble.cpp76 bool needSystemDependencies() override { return true; } in needSystemDependencies() function in __anon0a1e295a0111::PreambleDependencyCollector