Home
last modified time | relevance | path

Searched refs:lookupClassMethod (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp228 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); in getNSNumberFactoryMethod()
495 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String); in BuildObjCBoxedExpr()
658 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); in BuildObjCArrayLiteral()
774 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral()
1341 if (ThisClass->lookupClassMethod(Sel)) in CheckMessageArgumentTypes()
1789 ObjCMethodDecl *Getter = IFace->lookupClassMethod(Sel); in ActOnClassPropertyRefExpr()
1808 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in ActOnClassPropertyRefExpr()
2198 Method = Class->lookupClassMethod(Sel); in BuildClassMessage()
2482 Method = ClassDecl->lookupClassMethod(Sel); in BuildInstanceMessage()
H A DSemaExprMember.cpp1478 if ((Getter = IFace->lookupClassMethod(Sel))) { in LookupMemberExpr()
1490 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in LookupMemberExpr()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1299 ObjCMethodDecl *lookupClassMethod(Selector Sel) const { in lookupClassMethod() function
1621 ObjCMethodDecl *lookupClassMethod(Selector Sel) const { in lookupClassMethod() function