Searched refs:hasFileManager (Results 1 – 3 of 3) sorted by relevance
253 if (!CI.hasFileManager()) in BeginSourceFile()461 if (CI.shouldBuildGlobalModuleIndex() && CI.hasFileManager() && in Execute()
900 if (getFrontendOpts().ShowStats && hasFileManager()) { in ExecuteAction()1692 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() && in loadGlobalModuleIndex()
390 bool hasFileManager() const { return FileMgr != nullptr; } in hasFileManager() function