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