Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h790 Scope *TheScope; variable
798 TheScope(BlockScope) { in BlockScopeInfo()
819 Scope *TheScope; variable
835 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S), in CapturedRegionScopeInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp16070 CheckShadow(CurBlock->TheScope, AI); in ActOnBlockArguments()
16072 PushOnScopeChains(AI, CurBlock->TheScope); in ActOnBlockArguments()