Home
last modified time | relevance | path

Searched refs:getScope (Results 1 – 25 of 33) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRHashMap.h51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
85 - (NSInteger)getScope;
DANTLRHashMap.m170 [htmp setScope:[((ANTLRHashMap *)htmp->fNext) getScope]+1];
377 -(NSInteger)getScope
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRHashMap.h51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
85 - (NSInteger)getScope;
DANTLRHashMap.m170 [htmp setScope:[((ANTLRHashMap *)htmp->fNext) getScope]+1];
377 -(NSInteger)getScope
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRHashMap.h51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
85 - (NSInteger)getScope;
DANTLRHashMap.m170 [htmp setScope:[((ANTLRHashMap *)htmp->fNext) getScope]+1];
377 -(NSInteger)getScope
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRHashMap.h82 - (NSInteger)getScope;
101 @property (getter=getScope, setter=setScope:) NSInteger Scope;
DANTLRHashMap.m172 [htmp setScope:[((ANTLRHashMap *)htmp->fNext) getScope]+1];
379 -(NSInteger)getScope
/external/llvm/include/llvm/
DDebugInfo.h703 DIScope getContext() const { return getScope().getContext(); } in getContext()
704 unsigned getLineNumber() const { return getScope().getLineNumber(); } in getLineNumber()
705 unsigned getColumnNumber() const { return getScope().getColumnNumber(); } in getColumnNumber()
715 DILexicalBlock getScope() const { return getFieldAs<DILexicalBlock>(1); } in getScope() function
749 DIScope getScope() const { return getFieldAs<DIScope>(2); } in getScope() function
751 StringRef getFilename() const { return getScope().getFilename(); } in getFilename()
752 StringRef getDirectory() const { return getScope().getDirectory(); } in getDirectory()
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp85 Loc.getScope(MF.getFunction()->getContext())); in LineStartToOProfileFormat()
117 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext()); in NotifyFunctionEmitted()
/external/apache-harmony/security/src/test/api/java.injected/java/security/
DIdentityTest.java106 assertSame(s, i.getScope()); in testIdentityStringIdentityScope()
247 assertNull(i.getScope()); in testGetScope()
251 assertSame(s, i2.getScope()); in testGetScope()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp114 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext()); in NotifyFunctionEmitted()
140 MDNode *scope = I->Loc.getScope( in NotifyFunctionEmitted()
/external/llvm/lib/CodeGen/
DLexicalScopes.cpp126 Scope = DILexicalBlockFile(Scope).getScope(); in findLexicalScope()
154 Scope = DILexicalBlockFile(Scope).getScope(); in getOrCreateRegularScope()
195 Scope = DILexicalBlockFile(Scope).getScope(); in getOrCreateAbstractScope()
/external/skia/src/animator/
DSkDrawExtraPathEffect.cpp116 drawPath = (SkDrawPath*) apply->getScope(); in next()
129 matrix = (SkDrawMatrix*) apply->getScope(); in next()
254 drawPath = (SkDrawPath*) apply->getScope(); in next()
266 matrix = (SkDrawMatrix*) apply->getScope(); in next()
DSkDrawGroup.cpp261 SkASSERT(apply->getScope()); in reset()
262 *ptr = apply->getScope(); in reset()
DSkDisplayApply.h55 SkDrawable* getScope() { return scope; } in getScope() function
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DIdentityScopeTest.java77 assertEquals(scope.getName(), is.getScope().getName()); in testIdentityScopeStringIdentityScope()
DSignerTest.java92 assertSame(IdentityScope.getSystemScope(), s.getScope()); in testSignerStringIdentityScope()
DIdentity2Test.java175 IdentityScope returnedScope = sub.getScope(); in test_getScope()
/external/llvm/lib/VMCore/
DDebugInfo.cpp824 DIDescriptor Scope(Loc.getScope(Ctx)); in processModule()
832 processLexicalBlock(DILexicalBlock(DBF.getScope())); in processModule()
860 DIDescriptor S(Loc.getScope()); in processLocation()
869 processLexicalBlock(DILexicalBlock(DBF.getScope())); in processLocation()
904 return processLexicalBlock(DILexicalBlock(DBF.getScope())); in processLexicalBlock()
1137 DIScope Scope(DL.getScope(Ctx)); in printDebugLoc()
DDebugLoc.cpp20 MDNode *DebugLoc::getScope(const LLVMContext &Ctx) const { in getScope() function in DebugLoc
119 MDNode *Scope = Loc.getScope(); in getFromDILocation()
/external/llvm/include/llvm/Support/
DDebugLoc.h80 MDNode *getScope(const LLVMContext &Ctx) const;
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/
DSystemScopeTest.java187 assertSame(ss, nested.getScope()); in testSystemScopeStringIdentityScope()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp447 return DebugLoc::get(DL.getLine(), DL.getCol(), DL.getScope(Ctx), in updateInlinedAtInfo()
451 return DebugLoc::get(DL.getLine(), DL.getCol(), DL.getScope(Ctx), in updateInlinedAtInfo()
/external/clang/include/clang/Analysis/
DAnalysisContext.h357 const ScopeContext *getScope(AnalysisDeclContext *ctx,

12