Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp247 ModuleBuildStack Stack = SM.getModuleBuildStack(); in emitModuleBuildStack()
H A DCompilerInstance.cpp1244 SourceMgr.setModuleBuildStack(getSourceManager().getModuleBuildStack()); in cloneForModuleCompileImpl()
1731 if (getSourceManager().getModuleBuildStack().empty() && in createASTReader()
1990 ModuleBuildStack ModPath = getSourceManager().getModuleBuildStack(); in findOrCompileModuleAndReadAST()
H A DFrontendAction.cpp703 if (SourceMgr.getModuleBuildStack().empty()) in prepareToBuildModule()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h872 ModuleBuildStack getModuleBuildStack() const { in getModuleBuildStack() function