Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h558 Scope *TheScope; variable
566 TheScope(BlockScope) in BlockScopeInfo()
586 Scope *TheScope; variable
596 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S), in CapturedRegionScopeInfo()
/external/clang/lib/Sema/
DSemaExpr.cpp11241 CheckShadow(CurBlock->TheScope, AI); in ActOnBlockArguments()
11243 PushOnScopeChains(AI, CurBlock->TheScope); in ActOnBlockArguments()