Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h216 bool shouldBuildGlobalModuleIndex() const;
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp432 if (CI.shouldBuildGlobalModuleIndex() && CI.hasFileManager() && in Execute()
H A DCompilerInstance.cpp69 bool CompilerInstance::shouldBuildGlobalModuleIndex() const { in shouldBuildGlobalModuleIndex() function in CompilerInstance
1637 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() && in loadGlobalModuleIndex()