Home
last modified time | relevance | path

Searched refs:getModuleBuildStack (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDCompilerInstance.cpp943 ImportingInstance.getSourceManager().getModuleBuildStack()); in compileModuleImpl()
1233 getSourceManager().getModuleBuildStack().empty() && in createModuleManager()
1460 ModuleBuildStack ModPath = getSourceManager().getModuleBuildStack(); in loadModule()
HDDiagnosticRenderer.cpp301 ModuleBuildStack Stack = SM.getModuleBuildStack(); in emitModuleBuildStack()
HDFrontendActions.cpp298 if (SourceMgr.getModuleBuildStack().empty()) in BeginSourceFileAction()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDSourceManager.h719 ModuleBuildStack getModuleBuildStack() const { in getModuleBuildStack() function