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

References

tools/clang/lib/Sema/SemaPseudoObject.cpp
  563         S.isSelfExpr(const_cast<Expr*>(PRE->getBase()))) {
  567         cast<ObjCMethodDecl>(S.CurContext->getNonClosureAncestor());
  568       return S.LookupMethodInObjectType(sel,
  569                  S.Context.getObjCInterfaceType(method->getClassInterface()),
  573     return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true);
  579       return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true);
  581     return S.LookupMethodInObjectType(sel, PRE->getSuperReceiverType(), false);
  585   QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver());
  586   return S.LookupMethodInObjectType(sel, IT, false);