Home
last modified time | relevance | path

Searched refs:setScope (Results 1 – 16 of 16) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRHashMap.h51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
86 - (void)setScope:(NSInteger)i;
DANTLRHashMap.m170 [htmp setScope:[((ANTLRHashMap *)htmp->fNext) getScope]+1];
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRHashMap.h51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
86 - (void)setScope:(NSInteger)i;
DANTLRHashMap.m170 [htmp setScope:[((ANTLRHashMap *)htmp->fNext) getScope]+1];
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRHashMap.h51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
86 - (void)setScope:(NSInteger)i;
DANTLRHashMap.m170 [htmp setScope:[((ANTLRHashMap *)htmp->fNext) getScope]+1];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRHashMap.h83 - (void)setScope:(NSInteger)i;
101 @property (getter=getScope, setter=setScope:) NSInteger Scope;
DANTLRHashMap.m172 [htmp setScope:[((ANTLRHashMap *)htmp->fNext) getScope]+1];
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVFunction.cpp138 Decoder.setScope(BB); in decodeBB()
155 Decoder.setScope(this); in decodeBB()
DSPIRVStream.cpp95 SPIRVDecoder::setScope(SPIRVEntry *TheScope) { in setScope() function in SPIRV::SPIRVDecoder
242 Entry->setScope(Scope); in getEntry()
DSPIRVBasicBlock.cpp82 SPIRVBasicBlock::setScope(SPIRVEntry *Scope) { in _SPIRV_IMP_ENCDEC1()
DSPIRVBasicBlock.h79 void setScope(SPIRVEntry *Scope);
DSPIRVStream.h75 void setScope(SPIRVEntry *);
DSPIRVInstruction.cpp91 SPIRVInstruction::setScope(SPIRVEntry *Scope) { in setScope() function in SPIRV::SPIRVInstruction
DSPIRVEntry.h290 virtual void setScope(SPIRVEntry *Scope){}; in setScope() function
DSPIRVInstruction.h134 void setScope(SPIRVEntry *);