Home
last modified time | relevance | path

Searched defs:LocalScope (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeExprGen.h31 template <class Emitter> class LocalScope; variable
300 LocalScope(ByteCodeExprGen<Emitter> *Ctx) : VariableScope<Emitter>(Ctx) {} in LocalScope() function
H A DByteCodeExprGen.cpp1165 DeclScope<Emitter> LocalScope(this, VD); in visitVarDecl() local
1175 VariableScope<Emitter> LocalScope(this); in visitVarDecl() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h181 auto *LocalScope = cast<DILocalScope>(Scope)->getNonLexicalBlockFileScope(); in addImportedEntity() local
H A DDwarfDebug.cpp1948 const DILocalScope *LocalScope = in collectEntityInfo() local
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp228 class LocalScope { class
317 LocalScope(BumpVectorContext ctx, const_iterator P) in LocalScope() function in __anon76ebc3340111::LocalScope
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp133 if (auto *LocalScope = dyn_cast_or_null<DILocalScope>(Scope)) in getDISubprogram() local
H A DVerifier.cpp5798 static DISubprogram *getSubprogram(Metadata *LocalScope) { in getSubprogram()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4776 CodeGenFunction::RunCleanupsScope LocalScope(CGF); in emitTaskCall() local
5843 CodeGenFunction::RunCleanupsScope LocalScope(CGF); in emitTaskwaitCall() local
H A DCGStmtOpenMP.cpp631 CodeGenFunction::OMPPrivateScope LocalScope(*this); in GenerateOpenMPCapturedStmtFunction() local