Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Testing/
H A DTestAST.cpp57 if (!Clang.hasFileManager()) in createMissingComponents()
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp64 assert(CI.hasFileManager() && in getRelativeIncludeName()
903 if (!CI.hasFileManager()) in PrepareToExecuteAction()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h399 bool hasFileManager() const { return FileMgr != nullptr; } in hasFileManager() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendAction.cpp715 if (!CI.hasFileManager()) { in BeginSourceFile()
1041 if (CI.shouldBuildGlobalModuleIndex() && CI.hasFileManager() && in Execute()
H A DCompilerInstance.cpp1068 if (hasFileManager()) { in ExecuteAction()
2205 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() && in loadGlobalModuleIndex()