Searched refs:TheScope (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 603 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/ |
D | ScopeInfo.h | 743 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/ |
D | SemaExpr.cpp | 12067 CheckShadow(CurBlock->TheScope, AI); in ActOnBlockArguments() 12069 PushOnScopeChains(AI, CurBlock->TheScope); in ActOnBlockArguments()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 15292 CheckShadow(CurBlock->TheScope, AI); in ActOnBlockArguments() 15294 PushOnScopeChains(AI, CurBlock->TheScope); in ActOnBlockArguments()
|