Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A 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()
2220 ObjCMethodDecl *Getter = IFace->lookupClassMethod(GetterSel); in ActOnClassPropertyRefExpr()
2234 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in ActOnClassPropertyRefExpr()
2519 ImpliedMethod = IT->getDecl()->lookupClassMethod(SE->getSelector()); in checkFoundationAPI()
2672 Method = Class->lookupClassMethod(Sel); in BuildClassMessage()
[all …]
H A DSemaExprMember.cpp1551 if ((Getter = IFace->lookupClassMethod(Sel))) { in LookupMemberExpr()
1563 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in LookupMemberExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp764 Method = InterfaceDecl->lookupClassMethod(Sel); in findMethodDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1828 ObjCMethodDecl *lookupClassMethod(Selector Sel) const { in lookupClassMethod() function
2177 ObjCMethodDecl *lookupClassMethod(Selector Sel) const { in lookupClassMethod() function