Home
last modified time | relevance | path

Searched refs:lookupInstanceMethod (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp849 Val = IDecl->lookupInstanceMethod(Sel); in getRuntimeDefinition()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1294 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
1618 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
/minix3/external/bsd/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp165 if (const ObjCMethodDecl *MD = IFace->lookupInstanceMethod(subscriptSel)) { in canRewriteToSubscriptSyntax()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp1632 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr()
1652 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); in HandleExprPropertyRefExpr()
2553 Method = ClassDecl->lookupInstanceMethod(Sel); in BuildInstanceMessage()
H A DSemaStmt.cpp1729 method = iface->lookupInstanceMethod(selector); in CheckObjCForCollectionOperand()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp627 Method = lookupInstanceMethod(Sel); in lookupPrivateMethod()