Searched refs:getScope (Results 1 - 25 of 54) sorted by relevance

123

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRHashMap.h51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
85 - (NSInteger)getScope;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRHashMap.h51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
85 - (NSInteger)getScope;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRHashMap.h51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
85 - (NSInteger)getScope;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRHashMap.h82 - (NSInteger)getScope;
101 @property (getter=getScope, setter=setScope:) NSInteger Scope;
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DIdentityScopeTest.java78 assertEquals(scope.getName(), is.getScope().getName());
H A DSignerTest.java92 assertSame(IdentityScope.getSystemScope(), s.getScope());
H A DIdentity2Test.java171 * @tests java.security.Identity#getScope()
176 IdentityScope returnedScope = sub.getScope();
/external/llvm/include/llvm/IR/
H A DDebugLoc.h81 /// getScope - This returns the scope pointer for this DebugLoc, or null if
83 MDNode *getScope(const LLVMContext &Ctx) const;
H A DDebugInfo.h551 if (getScope().isSubprogram())
552 return getScope();
553 return getScope().getContext();
555 unsigned getLineNumber() const { return getScope().getLineNumber(); }
556 unsigned getColumnNumber() const { return getScope().getColumnNumber(); }
557 DILexicalBlock getScope() const { return getFieldAs<DILexicalBlock>(2); } function in class:llvm::DILexicalBlockFile
725 DIScope getScope() const { return getFieldAs<DIScope>(2); } function in class:llvm::DILocation
727 StringRef getFilename() const { return getScope().getFilename(); }
728 StringRef getDirectory() const { return getScope().getDirectory(); }
745 return getScope()
[all...]
/external/llvm/lib/IR/
H A DDebugLoc.cpp20 MDNode *DebugLoc::getScope(const LLVMContext &Ctx) const { function in class:DebugLoc
76 return getScope(Ctx);
139 MDNode *Scope = Loc.getScope();
173 DIScope Scope(getScope(Ctx));
/external/apache-harmony/security/src/test/api/java.injected/java/security/
H A DIdentityTest.java106 assertSame(s, i.getScope());
245 * verify Identity.getScope() returns identity's scope
249 assertNull(i.getScope());
253 assertSame(s, i2.getScope());
/external/llvm/lib/CodeGen/
H A DLexicalScopes.cpp128 Scope = DILexicalBlockFile(Scope).getScope();
158 Scope = DILexicalBlockFile(Scope).getScope();
212 Scope = DILexicalBlockFile(Scope).getScope();
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayApply.h55 SkDrawable* getScope() { return scope; } function in class:SkApply
H A DSkDrawExtraPathEffect.cpp114 drawPath = (SkDrawPath*) apply->getScope();
127 matrix = (SkDrawMatrix*) apply->getScope();
259 drawPath = (SkDrawPath*) apply->getScope();
271 matrix = (SkDrawMatrix*) apply->getScope();
H A DSkDrawGroup.cpp45 // SkASSERT(apply->getScope());
46 // delete apply->getScope();
261 SkASSERT(apply->getScope());
262 *ptr = apply->getScope();
/external/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp198 DIScope Scope = FirstDIL.getScope();
/external/skia/src/animator/
H A DSkDisplayApply.h55 SkDrawable* getScope() { return scope; } function in class:SkApply
H A DSkDrawExtraPathEffect.cpp114 drawPath = (SkDrawPath*) apply->getScope();
127 matrix = (SkDrawMatrix*) apply->getScope();
259 drawPath = (SkDrawPath*) apply->getScope();
271 matrix = (SkDrawMatrix*) apply->getScope();
H A DSkDrawGroup.cpp45 // SkASSERT(apply->getScope());
46 // delete apply->getScope();
261 SkASSERT(apply->getScope());
262 *ptr = apply->getScope();
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp137 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext());
163 MDNode *scope = I->Loc.getScope(
/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp91 Loc.getScope(MF.getFunction()->getContext()));
123 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext());
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/
H A DSystemScopeTest.java191 assertSame(ss, nested.getScope());
/external/llvm/unittests/Transforms/Utils/
H A DCloning.cpp350 DISubprogram OldSubprogram(OldDL.getScope(C));
351 DISubprogram NewSubprogram(NewDL.getScope(C));
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h376 const ScopeContext *getScope(AnalysisDeclContext *ctx,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet.jsp_2.0.0.v200806031607.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE.SF META-INF/ECLIPSE.RSA META ...

Completed in 9069 milliseconds

123