Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp54 assert(CI.hasFileManager() && in getRelativeIncludeName()
363 if (!CI.hasFileManager()) in PrepareToExecuteAction()
/openbsd-src/gnu/llvm/clang/lib/Testing/
H A DTestAST.cpp57 if (!Clang.hasFileManager()) in createMissingComponents()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h401 bool hasFileManager() const { return FileMgr != nullptr; } in hasFileManager() function
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendAction.cpp720 if (!CI.hasFileManager()) { in BeginSourceFile()
1062 if (CI.shouldBuildGlobalModuleIndex() && CI.hasFileManager() && in Execute()
H A DCompilerInstance.cpp1079 if (hasFileManager()) { in ExecuteAction()
2212 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() && in loadGlobalModuleIndex()