Searched refs:TheScope (Results 1 – 4 of 4) sorted by relevance
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVStream.cpp | 95 SPIRVDecoder::setScope(SPIRVEntry *TheScope) { in setScope() argument 96 assert(TheScope && (TheScope->getOpCode() == OpFunction || in setScope() 97 TheScope->getOpCode() == OpLabel)); in setScope() 98 Scope = TheScope; in setScope()
|
D | SPIRVInstruction.h | 71 SPIRVComponentExecutionScope(Scope TheScope = ScopeInvocation): 72 ExecScope(TheScope){} in ExecScope() argument 1614 SPIRVControlBarrier(SPIRVValue *TheScope, 1617 :SPIRVInstruction(4, OC, TheBB), ExecScope(TheScope->getId()), 1657 SPIRVGroupAsyncCopy(SPIRVValue *TheScope, SPIRVId TheId, 1661 ExecScope(TheScope->getId()), Destination(TheDest->getId()),
|
/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/clang/lib/Sema/ |
D | SemaExpr.cpp | 12067 CheckShadow(CurBlock->TheScope, AI); in ActOnBlockArguments() 12069 PushOnScopeChains(AI, CurBlock->TheScope); in ActOnBlockArguments()
|