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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h237 bool shouldBuildGlobalModuleIndex() const;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp955 if (CI.shouldBuildGlobalModuleIndex() && CI.hasFileManager() &&
H A DCompilerInstance.cpp76 bool CompilerInstance::shouldBuildGlobalModuleIndex() const { function in class:CompilerInstance
2101 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() &&

Completed in 215 milliseconds