Home
last modified time | relevance | path

Searched refs:RootScope (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp3551 LocalScope<Emitter> RootScope(this); in visitExpr() local
3556 return this->emitRetVoid(E) && RootScope.destroyLocals(); in visitExpr()
3563 return this->emitRet(*T, E) && RootScope.destroyLocals(); in visitExpr()
3581 return this->emitRetValue(E) && RootScope.destroyLocals(); in visitExpr()
3584 RootScope.destroyLocals(); in visitExpr()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1060 DILocalScope &RootScope, DISubprogram &NewSP, LLVMContext &Ctx, in cloneScopeForSubprogram() argument
1065 for (DIScope *Scope = &RootScope; !isa<DISubprogram>(Scope); in cloneScopeForSubprogram()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1655 cloneScopeForSubprogram(DILocalScope &RootScope, DISubprogram &NewSP,