Searched refs:shouldBuildGlobalModuleIndex (Results 1 – 3 of 3) sorted by relevance
248 bool shouldBuildGlobalModuleIndex() const;
83 bool CompilerInstance::shouldBuildGlobalModuleIndex() const { in shouldBuildGlobalModuleIndex() function in CompilerInstance2237 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() && in loadGlobalModuleIndex()
1073 if (CI.shouldBuildGlobalModuleIndex() && CI.hasFileManager() && in Execute()