Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp285 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); in getNSNumberFactoryMethod()
536 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String); in BuildObjCBoxedExpr()
641 BoxingMethod = NSValueDecl->lookupClassMethod(ValueWithBytesObjCType); in BuildObjCBoxedExpr()
783 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); in BuildObjCArrayLiteral()
890 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral()
1563 if (ThisClass->lookupClassMethod(Sel)) in CheckMessageArgumentTypes()
1974 ObjCMethodDecl *Getter = IFace->lookupClassMethod(Sel); in ActOnClassPropertyRefExpr()
1993 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in ActOnClassPropertyRefExpr()
2382 Method = Class->lookupClassMethod(Sel); in BuildClassMessage()
2675 Method = ClassDecl->lookupClassMethod(Sel); in BuildInstanceMessage()
DSemaExprMember.cpp1520 if ((Getter = IFace->lookupClassMethod(Sel))) { in LookupMemberExpr()
1532 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in LookupMemberExpr()
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp648 Method = InterfaceDecl->lookupClassMethod(Sel); in findMethodDecl()
/external/clang/include/clang/AST/
DDeclObjC.h1513 ObjCMethodDecl *lookupClassMethod(Selector Sel) const { in lookupClassMethod() function
1839 ObjCMethodDecl *lookupClassMethod(Selector Sel) const { in lookupClassMethod() function