Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DFrontendAction.cpp253 if (!CI.hasFileManager()) in BeginSourceFile()
461 if (CI.shouldBuildGlobalModuleIndex() && CI.hasFileManager() && in Execute()
DCompilerInstance.cpp900 if (getFrontendOpts().ShowStats && hasFileManager()) { in ExecuteAction()
1692 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() && in loadGlobalModuleIndex()
/external/clang/include/clang/Frontend/
DCompilerInstance.h390 bool hasFileManager() const { return FileMgr != nullptr; } in hasFileManager() function
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h399 bool hasFileManager() const { return FileMgr != nullptr; } in hasFileManager() function
/external/llvm-project/clang/lib/Frontend/
DFrontendAction.cpp681 if (!CI.hasFileManager()) { in BeginSourceFile()
953 if (CI.shouldBuildGlobalModuleIndex() && CI.hasFileManager() && in Execute()
DCompilerInstance.cpp1027 if (hasFileManager()) { in ExecuteAction()
2140 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() && in loadGlobalModuleIndex()