Searched defs:TheScope (Results 1 - 1 of 1) 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),

Completed in 84 milliseconds