Searched refs:shouldBuildGlobalModuleIndex (Results 1 – 3 of 3) sorted by relevance
236 bool shouldBuildGlobalModuleIndex() const;
461 if (CI.shouldBuildGlobalModuleIndex() && CI.hasFileManager() && in Execute()
72 bool CompilerInstance::shouldBuildGlobalModuleIndex() const { in shouldBuildGlobalModuleIndex() function in CompilerInstance1692 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() && in loadGlobalModuleIndex()