Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h398 bool hasFileManager() const { return FileMgr != nullptr; } in hasFileManager() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp683 if (!CI.hasFileManager()) { in BeginSourceFile()
955 if (CI.shouldBuildGlobalModuleIndex() && CI.hasFileManager() && in Execute()
H A DCompilerInstance.cpp1002 if (hasFileManager()) { in ExecuteAction()
2101 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() && in loadGlobalModuleIndex()