Searched refs:shouldBuildGlobalModuleIndex (Results 1 – 3 of 3) sorted by relevance
216 bool shouldBuildGlobalModuleIndex() const;
432 if (CI.shouldBuildGlobalModuleIndex() && CI.hasFileManager() && in Execute()
69 bool CompilerInstance::shouldBuildGlobalModuleIndex() const { in shouldBuildGlobalModuleIndex() function in CompilerInstance1637 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() && in loadGlobalModuleIndex()