Searched defs:isInstance (Results 1 - 13 of 13) sorted by relevance

/external/javassist/src/main/javassist/tools/reflect/
H A DClassMetaobject.java122 public final boolean isInstance(Object obj) { method in class:ClassMetaobject
123 return javaClass.isInstance(obj);
/external/jetty/src/java/org/eclipse/jetty/servlet/
H A DHolder.java88 public boolean isInstance() method in class:Holder
/external/llvm/include/llvm/CodeGen/
H A DPasses.h67 bool isInstance() const { return IsInstance; } function in class:llvm::IdentifyingPassPtr
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.cpp336 const bool isInstance = instance; local
379 isInstance,
/external/clang/lib/AST/
H A DDeclObjC.cpp68 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance, argument
90 if (MD && MD->isInstanceMethod() == isInstance)
545 bool isInstance,
562 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
567 if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
573 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))
584 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
644 DeclContext *contextDecl, bool isInstance, bool isVariadic,
648 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance,
1568 bool isInstance) cons
544 lookupMethod(Selector Sel, bool isInstance, bool shallowCategoryLookup, bool followSuper, const ObjCCategoryDecl *C) const argument
641 Create( ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo, DeclContext *contextDecl, bool isInstance, bool isVariadic, bool isPropertyAccessor, bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, bool HasRelatedResultType) argument
[all...]
/external/clang/include/clang/AST/
H A DDeclCXX.h1740 bool isInstance() const { return !isStatic(); } function in class:clang::CXXMethodDecl
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp237 /*isInstance=*/false, /*isVariadic=*/false,
504 /*isInstance=*/false, /*isVariadic=*/false,
1472 bool isInstance) {
1476 if (ObjCMethodDecl *method = iface->lookupMethod(sel, isInstance))
1481 if (ObjCMethodDecl *method = iface->lookupPrivateMethod(sel, isInstance))
1487 if (ObjCMethodDecl *method = I->lookupMethod(sel, isInstance))
1471 LookupMethodInObjectType(Selector sel, QualType type, bool isInstance) argument
H A DSemaExpr.cpp1799 bool isInstance = CurMethod && local
1800 CurMethod->isInstance() &&
1809 if (isInstance) {
4195 if (Method->isInstance())
10666 return Method->isInstance();
10679 if (Method->isInstance())
13761 cast<CXXMethodDecl>(VD)->isInstance()))
14092 if (MD->isInstance()) {
/external/lldb/source/Symbol/
H A DClangASTType.cpp4899 const bool isInstance = true; local
4914 isInstance,
4934 const bool isInstance = true; local
4949 isInstance,
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 640 milliseconds