Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h31 template <class Emitter> class LocalScope; variable
327 friend class LocalScope<Emitter>; variable
531 LocalScope(Compiler<Emitter> *Ctx, const ValueDecl *VD) in LocalScope() function
H A DCompiler.cpp4696 DeclScope<Emitter> LocalScope(this, VD); in visitVarDecl() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp227 class LocalScope { class
317 LocalScope(BumpVectorContext ctx, const_iterator P) in LocalScope() function in __anonef2f84bd0111::LocalScope
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4560 CodeGenFunction::RunCleanupsScope LocalScope(CGF); in emitTaskCall() local
4982 CodeGenFunction::OMPPrivateScope LocalScope(CGF); in emitPrivateReduction() local
5056 CodeGenFunction::OMPPrivateScope LocalScope(CGF); in emitPrivateReduction() local
5099 CodeGenFunction::OMPPrivateScope LocalScope(CGF); in emitPrivateReduction() local
5896 CodeGenFunction::RunCleanupsScope LocalScope(CGF); in emitTaskwaitCall() local
H A DCGStmtOpenMP.cpp704 CodeGenFunction::OMPPrivateScope LocalScope(*this); in GenerateOpenMPCapturedStmtFunction() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1972 const DILocalScope *LocalScope = in collectEntityInfo() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp8141 ParseScope LocalScope(this, 0); in ParseTypeFromString() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp171 if (auto *LocalScope = dyn_cast_or_null<DILocalScope>(Scope)) in getDISubprogram() local
H A DVerifier.cpp6735 static DISubprogram *getSubprogram(Metadata *LocalScope) { in getSubprogram()