Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h269 bool shouldBuildGlobalModuleIndex() const;
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp83 bool CompilerInstance::shouldBuildGlobalModuleIndex() const { in shouldBuildGlobalModuleIndex() function in CompilerInstance
2281 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() && in loadGlobalModuleIndex()
H A DFrontendAction.cpp1082 if (CI.shouldBuildGlobalModuleIndex() && CI.hasFileManager() && in Execute()