reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 8753   ObjCMethodDecl *LookupMethodInObjectType(Selector Sel, QualType Ty,

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
 3658   if (S.LookupMethodInObjectType(Sel, ObjectType, true/*Instance method*/))
 3660   return S.LookupMethodInObjectType(Sel, ObjectType, false/*Class method*/) !=
tools/clang/lib/Sema/SemaExpr.cpp
10133   ObjCMethodDecl *Method = S.LookupMethodInObjectType(IsEqualSel,
tools/clang/lib/Sema/SemaPseudoObject.cpp
  568       return S.LookupMethodInObjectType(sel,
  573     return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true);
  579       return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true);
  581     return S.LookupMethodInObjectType(sel, PRE->getSuperReceiverType(), false);
  586   return S.LookupMethodInObjectType(sel, IT, false);
 1136   ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT,
 1189   AtIndexGetter = S.LookupMethodInObjectType(AtIndexGetterSelector, ResultType,
 1295   AtIndexSetter = S.LookupMethodInObjectType(AtIndexSetterSelector, ResultType,