Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h773 Scope *TheScope; variable
781 TheScope(BlockScope) { in BlockScopeInfo()
802 Scope *TheScope; variable
818 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S), in CapturedRegionScopeInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17077 CheckShadow(CurBlock->TheScope, AI); in ActOnBlockArguments()
17079 PushOnScopeChains(AI, CurBlock->TheScope); in ActOnBlockArguments()