Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDScopeInfo.h558 Scope *TheScope; variable
566 TheScope(BlockScope) in BlockScopeInfo()
586 Scope *TheScope; variable
596 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S), in CapturedRegionScopeInfo()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp11347 CheckShadow(CurBlock->TheScope, AI); in ActOnBlockArguments()
11349 PushOnScopeChains(AI, CurBlock->TheScope); in ActOnBlockArguments()