Home
last modified time | relevance | path

Searched defs:isInstance (Results 1 – 22 of 22) sorted by relevance

/external/testng/src/main/java/org/testng/internal/invokers/
DInvokedMethodListenerSubtype.java26 private boolean isInstance(IInvokedMethodListener listenerInstance) { in isInstance() method in InvokedMethodListenerSubtype
/external/llvm/include/llvm/CodeGen/
DTargetPassConfig.h60 bool isInstance() const { return IsInstance; } in isInstance() function
/external/dokka/integration/src/main/kotlin/org/jetbrains/dokka/
DReflectDsl.kt70 …inline infix fun Any.isInstance(clz: Class<*>?): Boolean = clz != null && clz.isAssignableFrom(thi… method
/external/javassist/src/main/javassist/tools/reflect/
DClassMetaobject.java126 public final boolean isInstance(Object obj) { in isInstance() method in ClassMetaobject
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetPassConfig.h65 bool isInstance() const { return IsInstance; } in isInstance() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetPassConfig.h65 bool isInstance() const { return IsInstance; } in isInstance() function
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DCustomElements.js928 isInstance = function(obj, ctor) { method
942 isInstance = function(obj, base) { method
Dwebcomponents-lite.js2397 isInstance = function(obj, ctor) { method
2411 isInstance = function(obj, base) { method
Dwebcomponents.js7083 isInstance = function(obj, ctor) { method
7097 isInstance = function(obj, base) { method
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCDeclVendor.cpp310 const bool isInstance = instance; in BuildMethod() local
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp92 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance, in getMethod()
685 bool isInstance, in lookupMethod()
783 bool isInstance, bool isVariadic, bool isPropertyAccessor, in ObjCMethodDecl()
813 DeclContext *contextDecl, bool isInstance, bool isVariadic, in Create()
/external/clang/lib/AST/
DDeclObjC.cpp68 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance, in getMethod()
654 bool isInstance, in lookupMethod()
753 DeclContext *contextDecl, bool isInstance, bool isVariadic, in Create()
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h1356 ObjCMethodDecl *getCategoryMethod(Selector Sel, bool isInstance) const { in getCategoryMethod()
DDeclCXX.h1954 bool isInstance() const { return !isStatic(); } in isInstance() function
/external/clang/include/clang/AST/
DDeclObjC.h1270 ObjCMethodDecl *getCategoryMethod(Selector Sel, bool isInstance) const { in getCategoryMethod()
DDeclCXX.h1763 bool isInstance() const { return !isStatic(); } in isInstance() function
/external/clang/lib/Sema/
DSemaExprObjC.cpp1717 bool isInstance) { in LookupMethodInObjectType()
DSemaExpr.cpp1895 bool isInstance = CurMethod && in DiagnoseEmptyLookup() local
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7743 const bool isInstance = in AddObjCClassProperty() local
7913 const bool isInstance = (name[0] == '-'); in AddMethodToObjCObjectType() local
/external/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp1936 bool isInstance) { in LookupMethodInObjectType()
DSemaDeclObjC.cpp4655 bool isInstance = Method->isInstanceMethod(); in checkObjCDirectMethodClashes() local
DSemaExpr.cpp2154 bool isInstance = CurMethod && CurMethod->isInstance() && in DiagnoseDependentMemberLookup() local