Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h747 Scope *TheScope; variable
755 TheScope(BlockScope) { in BlockScopeInfo()
776 Scope *TheScope; variable
792 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S), in CapturedRegionScopeInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp15411 CheckShadow(CurBlock->TheScope, AI); in ActOnBlockArguments()
15413 PushOnScopeChains(AI, CurBlock->TheScope); in ActOnBlockArguments()