Home
last modified time | relevance | path

Searched refs:hasFileManager (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h398 bool hasFileManager() const { return FileMgr != nullptr; } in hasFileManager() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp683 if (!CI.hasFileManager()) { in BeginSourceFile()
955 if (CI.shouldBuildGlobalModuleIndex() && CI.hasFileManager() && in Execute()
H A DCompilerInstance.cpp1010 if (hasFileManager()) { in ExecuteAction()
2118 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() && in loadGlobalModuleIndex()