Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h525 Scope *TheScope; variable
533 TheScope(BlockScope) in BlockScopeInfo()
553 Scope *TheScope; variable
563 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S), in CapturedRegionScopeInfo()
/external/clang/lib/Sema/
DSemaExpr.cpp10555 CheckShadow(CurBlock->TheScope, AI); in ActOnBlockArguments()
10557 PushOnScopeChains(AI, CurBlock->TheScope); in ActOnBlockArguments()