Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInstance.h236 bool shouldBuildGlobalModuleIndex() const;
/external/clang/lib/Frontend/
DFrontendAction.cpp461 if (CI.shouldBuildGlobalModuleIndex() && CI.hasFileManager() && in Execute()
DCompilerInstance.cpp72 bool CompilerInstance::shouldBuildGlobalModuleIndex() const { in shouldBuildGlobalModuleIndex() function in CompilerInstance
1692 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() && in loadGlobalModuleIndex()