Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp288 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); in getNSNumberFactoryMethod()
565 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String); in BuildObjCBoxedExpr()
674 BoxingMethod = NSValueDecl->lookupClassMethod(ValueWithBytesObjCType); in BuildObjCBoxedExpr()
813 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); in BuildObjCArrayLiteral()
974 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral()
1775 if (ThisClass->lookupClassMethod(Sel)) in CheckMessageArgumentTypes()
2220 ObjCMethodDecl *Getter = IFace->lookupClassMethod(GetterSel); in ActOnClassPropertyRefExpr()
2234 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in ActOnClassPropertyRefExpr()
2520 ImpliedMethod = IT->getDecl()->lookupClassMethod(SE->getSelector()); in checkFoundationAPI()
2669 Method = Class->lookupClassMethod(Sel); in BuildClassMessage()
[all …]
H A DSemaExprMember.cpp1549 if ((Getter = IFace->lookupClassMethod(Sel))) { in LookupMemberExpr()
1561 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in LookupMemberExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp763 Method = InterfaceDecl->lookupClassMethod(Sel); in findMethodDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1849 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.cpp752 original_interface_decl->lookupClassMethod( in FindObjCMethodDeclsWithOrigin()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8025 : class_interface_decl->lookupClassMethod(getter_sel); in AddObjCClassProperty()
8066 : class_interface_decl->lookupClassMethod(setter_sel); in AddObjCClassProperty()