Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h121 Scope *TheScope; variable
141 : FunctionScopeInfo(Diag), TheDecl(Block), TheScope(BlockScope), in BlockScopeInfo()
/external/clang/lib/Sema/
DSemaExpr.cpp8407 CheckShadow(CurBlock->TheScope, *AI); in ActOnBlockArguments()
8409 PushOnScopeChains(*AI, CurBlock->TheScope); in ActOnBlockArguments()