Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp62 assert(CI.hasFileManager() && in getRelativeIncludeName()
446 if (!CI.hasFileManager()) in PrepareToExecuteAction()
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp59 if (!Clang.hasFileManager()) in createMissingComponents()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp321 if (!Clang->hasFileManager()) in cc1_main()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h428 bool hasFileManager() const { return FileMgr != nullptr; } in hasFileManager() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp881 if (!CI.hasFileManager()) { in BeginSourceFile()
1225 if (CI.shouldBuildGlobalModuleIndex() && CI.hasFileManager() && in Execute()
H A DCompilerInstance.cpp855 assert(hasFileManager() && in createOutputFileImpl()
1065 if (hasFileManager()) { in ExecuteAction()
2297 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() && in loadGlobalModuleIndex()