Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h406 bool hasFileManager() const { return FileMgr != nullptr; } in hasFileManager() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendAction.cpp667 if (!CI.hasFileManager()) { in BeginSourceFile()
939 if (CI.shouldBuildGlobalModuleIndex() && CI.hasFileManager() && in Execute()
H A DCompilerInstance.cpp989 if (hasFileManager()) { in ExecuteAction()
2055 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() && in loadGlobalModuleIndex()