Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp283 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); in getNSNumberFactoryMethod()
559 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String); in BuildObjCBoxedExpr()
672 BoxingMethod = NSValueDecl->lookupClassMethod(ValueWithBytesObjCType); in BuildObjCBoxedExpr()
809 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); in BuildObjCArrayLiteral()
971 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral()
1774 if (ThisClass->lookupClassMethod(Sel)) in CheckMessageArgumentTypes()
2219 ObjCMethodDecl *Getter = IFace->lookupClassMethod(GetterSel); in ActOnClassPropertyRefExpr()
2233 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in ActOnClassPropertyRefExpr()
2518 ImpliedMethod = IT->getDecl()->lookupClassMethod(SE->getSelector()); in checkFoundationAPI()
2671 Method = Class->lookupClassMethod(Sel); in BuildClassMessage()
[all …]
DSemaExprMember.cpp1552 if ((Getter = IFace->lookupClassMethod(Sel))) { in LookupMemberExpr()
1564 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in LookupMemberExpr()
/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/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp764 Method = InterfaceDecl->lookupClassMethod(Sel); in findMethodDecl()
/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
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h1850 ObjCMethodDecl *lookupClassMethod(Selector Sel) const { in lookupClassMethod() function
2199 ObjCMethodDecl *lookupClassMethod(Selector Sel) const { in lookupClassMethod() function
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTSource.cpp813 original_interface_decl->lookupClassMethod( in FindObjCMethodDeclsWithOrigin()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7749 : class_interface_decl->lookupClassMethod(getter_sel); in AddObjCClassProperty()
7790 : class_interface_decl->lookupClassMethod(setter_sel); in AddObjCClassProperty()