HomeSort by: relevance | last modified time | path
    Searched refs:lookupClassMethod (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 283 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel);
559 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String);
672 BoxingMethod = NSValueDecl->lookupClassMethod(ValueWithBytesObjCType);
809 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel);
971 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel);
1774 if (ThisClass->lookupClassMethod(Sel))
2220 ObjCMethodDecl *Getter = IFace->lookupClassMethod(GetterSel);
2234 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel);
2519 ImpliedMethod = IT->getDecl()->lookupClassMethod(SE->getSelector());
2672 Method = Class->lookupClassMethod(Sel)
    [all...]
SemaExprMember.cpp 1551 if ((Getter = IFace->lookupClassMethod(Sel))) {
1563 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 764 Method = InterfaceDecl->lookupClassMethod(Sel);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 1828 ObjCMethodDecl *lookupClassMethod(Selector Sel) const {
2177 ObjCMethodDecl *lookupClassMethod(Selector Sel) const {

Completed in 32 milliseconds