Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp59 if (!Clang.hasFileManager()) in createMissingComponents()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp63 assert(CI.hasFileManager() && in getRelativeIncludeName()
466 if (!CI.hasFileManager()) in PrepareToExecuteAction()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp301 if (!Clang->hasFileManager()) in cc1_main()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h442 bool hasFileManager() const { return FileMgr != nullptr; } in hasFileManager() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp733 if (!CI.hasFileManager()) { in BeginSourceFile()
1082 if (CI.shouldBuildGlobalModuleIndex() && CI.hasFileManager() && in Execute()
H A DCompilerInstance.cpp858 assert(hasFileManager() && in createOutputFileImpl()
1071 if (hasFileManager()) { in ExecuteAction()
2281 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() && in loadGlobalModuleIndex()