Home
last modified time | relevance | path

Searched defs:needSystemDependencies (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDUtils.h82 virtual bool needSystemDependencies() { return false; } in needSystemDependencies() function
112 bool needSystemDependencies() final { return IncludeSystemHeaders; } in needSystemDependencies() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDPrecompiledPreamble.cpp76 bool needSystemDependencies() override { return true; } in needSystemDependencies() function in __anon1c22f17f0111::PreambleDependencyCollector