Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h603 Scope *TheScope; variable
611 TheScope(BlockScope) in BlockScopeInfo()
631 Scope *TheScope; variable
642 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S), in CapturedRegionScopeInfo()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h743 Scope *TheScope; variable
751 TheScope(BlockScope) { in BlockScopeInfo()
772 Scope *TheScope; variable
788 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S), in CapturedRegionScopeInfo()
/external/clang/lib/Sema/
DSemaExpr.cpp12067 CheckShadow(CurBlock->TheScope, AI); in ActOnBlockArguments()
12069 PushOnScopeChains(AI, CurBlock->TheScope); in ActOnBlockArguments()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp15292 CheckShadow(CurBlock->TheScope, AI); in ActOnBlockArguments()
15294 PushOnScopeChains(AI, CurBlock->TheScope); in ActOnBlockArguments()