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

/external/clang/include/clang/Sema/
H A DScopeInfo.h523 /// TheScope - This is the scope for the block itself, which contains
525 Scope *TheScope; member in class:clang::sema::BlockScopeInfo
533 TheScope(BlockScope)
553 Scope *TheScope; member in class:clang::sema::CapturedRegionScopeInfo
563 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S),
/external/clang/lib/Sema/
H A DSemaExpr.cpp10555 CheckShadow(CurBlock->TheScope, AI);
10557 PushOnScopeChains(AI, CurBlock->TheScope);

Completed in 104 milliseconds