Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h761 Scope *TheScope; variable
769 TheScope(BlockScope) { in BlockScopeInfo()
790 Scope *TheScope; variable
806 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S), in CapturedRegionScopeInfo()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp16568 CheckShadow(CurBlock->TheScope, AI); in ActOnBlockArguments()
16570 PushOnScopeChains(AI, CurBlock->TheScope); in ActOnBlockArguments()