Home
last modified time | relevance | path

Searched refs:TheScope (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h759 Scope *TheScope; variable
767 TheScope(BlockScope) { in BlockScopeInfo()
788 Scope *TheScope; variable
804 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S), in CapturedRegionScopeInfo()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp16300 CheckShadow(CurBlock->TheScope, AI); in ActOnBlockArguments()
16302 PushOnScopeChains(AI, CurBlock->TheScope); in ActOnBlockArguments()