Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp284 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); in getNSNumberFactoryMethod()
560 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String); in BuildObjCBoxedExpr()
673 BoxingMethod = NSValueDecl->lookupClassMethod(ValueWithBytesObjCType); in BuildObjCBoxedExpr()
810 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); in BuildObjCArrayLiteral()
972 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral()
1772 if (ThisClass->lookupClassMethod(Sel)) in CheckMessageArgumentTypes()
2218 ObjCMethodDecl *Getter = IFace->lookupClassMethod(GetterSel); in ActOnClassPropertyRefExpr()
2232 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in ActOnClassPropertyRefExpr()
2517 ImpliedMethod = IT->getDecl()->lookupClassMethod(SE->getSelector()); in checkFoundationAPI()
2670 Method = Class->lookupClassMethod(Sel); in BuildClassMessage()
[all …]
H A DSemaExprMember.cpp1568 if ((Getter = IFace->lookupClassMethod(Sel))) { in LookupMemberExpr()
1580 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in LookupMemberExpr()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp762 Method = InterfaceDecl->lookupClassMethod(Sel); in findMethodDecl()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h1839 ObjCMethodDecl *lookupClassMethod(Selector Sel) const { in lookupClassMethod() function
2216 ObjCMethodDecl *lookupClassMethod(Selector Sel) const { in lookupClassMethod() function
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp809 original_interface_decl->lookupClassMethod( in FindObjCMethodDeclsWithOrigin()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8052 : class_interface_decl->lookupClassMethod(getter_sel); in AddObjCClassProperty()
8093 : class_interface_decl->lookupClassMethod(setter_sel); in AddObjCClassProperty()