Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp58 if (!Clang.hasFileManager()) in createMissingComponents()
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp60 assert(CI.hasFileManager() && in getRelativeIncludeName()
447 if (!CI.hasFileManager()) in PrepareToExecuteAction()
/freebsd-14.2/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp311 if (!Clang->hasFileManager()) in cc1_main()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h418 bool hasFileManager() const { return FileMgr != nullptr; } in hasFileManager() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp727 if (!CI.hasFileManager()) { in BeginSourceFile()
1073 if (CI.shouldBuildGlobalModuleIndex() && CI.hasFileManager() && in Execute()
H A DCompilerInstance.cpp859 assert(hasFileManager() && in createOutputFileImpl()
1090 if (hasFileManager()) { in ExecuteAction()
2237 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() && in loadGlobalModuleIndex()