Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprObjC.cpp231 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); in getNSNumberFactoryMethod()
499 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String); in BuildObjCBoxedExpr()
621 BoxingMethod = NSValueDecl->lookupClassMethod(ValueWithBytesObjCType); in BuildObjCBoxedExpr()
774 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()
HDSemaExprMember.cpp1476 if ((Getter = IFace->lookupClassMethod(Sel))) { in LookupMemberExpr()
1488 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in LookupMemberExpr()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h1518 ObjCMethodDecl *lookupClassMethod(Selector Sel) const { in lookupClassMethod() function
1844 ObjCMethodDecl *lookupClassMethod(Selector Sel) const { in lookupClassMethod() function
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangASTSource.cpp1006 …else if (ObjCMethodDecl *class_method_decl = original_interface_decl->lookupClassMethod(original_s… in FindObjCMethodDeclsWithOrigin()