Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h475 Scope *TheScope; variable
483 TheScope(BlockScope) in BlockScopeInfo()
/external/clang/lib/Sema/
DSemaExpr.cpp9596 CheckShadow(CurBlock->TheScope, *AI); in ActOnBlockArguments()
9598 PushOnScopeChains(*AI, CurBlock->TheScope); in ActOnBlockArguments()