Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp114 const auto *LocalScope = Result.Nodes.getNodeAs<CompoundStmt>("scope"); in check() local
203 void ConstCorrectnessCheck::registerScope(const CompoundStmt *LocalScope, in registerScope()
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeExprGen.h32 template <class Emitter> class LocalScope; variable
282 LocalScope(ByteCodeExprGen<Emitter> *Ctx) : VariableScope<Emitter>(Ctx) {} in LocalScope() function
H A DByteCodeExprGen.cpp538 DeclScope<Emitter> LocalScope(this, VD); in visitDecl() local
552 DeclScope<Emitter> LocalScope(this, VD); in visitDecl() local
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHover.h66 std::string LocalScope; member
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h181 auto *LocalScope = cast<DILocalScope>(Scope)->getNonLexicalBlockFileScope(); in addImportedEntity() local
H A DDwarfDebug.cpp1922 const DILocalScope *LocalScope = in collectEntityInfo() local
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp224 class LocalScope { class
313 LocalScope(BumpVectorContext ctx, const_iterator P) in LocalScope() function in __anon8d78c9ed0111::LocalScope
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp129 if (auto *LocalScope = dyn_cast_or_null<DILocalScope>(Scope)) in getDISubprogram() local
H A DVerifier.cpp5664 static DISubprogram *getSubprogram(Metadata *LocalScope) { in getSubprogram()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5089 CodeGenFunction::RunCleanupsScope LocalScope(CGF); in emitTaskCall() local
6154 CodeGenFunction::RunCleanupsScope LocalScope(CGF); in emitTaskwaitCall() local
H A DCGStmtOpenMP.cpp630 CodeGenFunction::OMPPrivateScope LocalScope(*this); in GenerateOpenMPCapturedStmtFunction() local