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

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp228 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel);
495 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String);
658 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel);
774 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel);
1759 ObjCMethodDecl *Getter = IFace->lookupClassMethod(Sel);
1778 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel);
2130 Method = Class->lookupClassMethod(Sel);
2380 Method = ClassDecl->lookupClassMethod(Sel);
H A DSemaExprMember.cpp1475 if ((Getter = IFace->lookupClassMethod(Sel))) {
1487 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel);
/external/clang/include/clang/AST/
H A DDeclObjC.h1294 ObjCMethodDecl *lookupClassMethod(Selector Sel) const { function in class:clang::ObjCInterfaceDecl
1616 ObjCMethodDecl *lookupClassMethod(Selector Sel) const { function in class:clang::ObjCProtocolDecl

Completed in 3822 milliseconds