Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp290 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); in getNSNumberFactoryMethod()
569 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String); in BuildObjCBoxedExpr()
679 BoxingMethod = NSValueDecl->lookupClassMethod(ValueWithBytesObjCType); in BuildObjCBoxedExpr()
818 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); in BuildObjCArrayLiteral()
979 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral()
1788 if (ThisClass->lookupClassMethod(Sel)) in CheckMessageArgumentTypes()
2231 ObjCMethodDecl *Getter = IFace->lookupClassMethod(GetterSel); in ActOnClassPropertyRefExpr()
2245 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in ActOnClassPropertyRefExpr()
2531 ImpliedMethod = IT->getDecl()->lookupClassMethod(SE->getSelector()); in checkFoundationAPI()
2680 Method = Class->lookupClassMethod(Sel); in BuildClassMessage()
[all …]
H A DSemaExprMember.cpp1614 if ((Getter = IFace->lookupClassMethod(Sel))) { in LookupMemberExpr()
1626 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in LookupMemberExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1850 ObjCMethodDecl *lookupClassMethod(Selector Sel) const { in lookupClassMethod() function
2230 ObjCMethodDecl *lookupClassMethod(Selector Sel) const { in lookupClassMethod() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp751 original_interface_decl->lookupClassMethod( in FindObjCMethodDeclsWithOrigin()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8088 : class_interface_decl->lookupClassMethod(getter_sel); in AddObjCClassProperty()
8130 : class_interface_decl->lookupClassMethod(setter_sel); in AddObjCClassProperty()