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.h796 Scope *TheScope; variable
804 TheScope(BlockScope) { in BlockScopeInfo()
825 Scope *TheScope; variable
841 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S), in CapturedRegionScopeInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp16426 CheckShadow(CurBlock->TheScope, AI); in ActOnBlockArguments()
16428 PushOnScopeChains(AI, CurBlock->TheScope); in ActOnBlockArguments()