Home
last modified time | relevance | path

Searched defs:isInstance (Results 1 – 8 of 8) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetPassConfig.h65 bool isInstance() const { return IsInstance; } in isInstance() function
/external/llvm/include/llvm/CodeGen/
DTargetPassConfig.h60 bool isInstance() const { return IsInstance; } in isInstance() function
/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/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