Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DScopeInfo.h747 Scope *TheScope; variable
755 TheScope(BlockScope) { in BlockScopeInfo()
776 Scope *TheScope; variable
792 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S), in CapturedRegionScopeInfo()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExpr.cpp15532 CheckShadow(CurBlock->TheScope, AI); in ActOnBlockArguments()
15534 PushOnScopeChains(AI, CurBlock->TheScope); in ActOnBlockArguments()