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

/external/clang/include/clang/Sema/
H A DScopeInfo.h310 /// TheScope - This is the scope for the block itself, which contains
312 Scope *TheScope; member in class:clang::sema::BlockScopeInfo
320 TheScope(BlockScope)
/external/clang/lib/Sema/
H A DSemaExpr.cpp9370 CheckShadow(CurBlock->TheScope, *AI);
9372 PushOnScopeChains(*AI, CurBlock->TheScope);

Completed in 128 milliseconds