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