Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp282 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); in getNSNumberFactoryMethod()
534 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String); in BuildObjCBoxedExpr()
640 BoxingMethod = NSValueDecl->lookupClassMethod(ValueWithBytesObjCType); in BuildObjCBoxedExpr()
782 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); in BuildObjCArrayLiteral()
888 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral()
1560 if (ThisClass->lookupClassMethod(Sel)) in CheckMessageArgumentTypes()
1989 ObjCMethodDecl *Getter = IFace->lookupClassMethod(Sel); in ActOnClassPropertyRefExpr()
2008 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in ActOnClassPropertyRefExpr()
2395 Method = Class->lookupClassMethod(Sel); in BuildClassMessage()
2686 Method = ClassDecl->lookupClassMethod(Sel); in BuildInstanceMessage()
DSemaExprMember.cpp1585 if ((Getter = IFace->lookupClassMethod(Sel))) { in LookupMemberExpr()
1597 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in LookupMemberExpr()
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp673 Method = InterfaceDecl->lookupClassMethod(Sel); in findMethodDecl()
/external/clang/include/clang/AST/
DDeclObjC.h1754 ObjCMethodDecl *lookupClassMethod(Selector Sel) const { in lookupClassMethod() function
2081 ObjCMethodDecl *lookupClassMethod(Selector Sel) const { in lookupClassMethod() function