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

References

tools/clang/lib/Sema/SemaExprObjC.cpp
 2721           Context, Context.DependentTy, VK_RValue, LBracLoc, Receiver, Sel,
 2791       CollectMultipleMethodsInGlobalPool(Sel, Methods, true/*InstanceFirst*/,
 2799             SelectBestMethod(Sel, ArgsIn, Method->isInstanceMethod(), Methods))
 2802         if (!AreMultipleMethodsInGlobalPool(Sel, Method,
 2817         Method = LookupMethodInQualifiedType(Sel, QClassTy, false);
 2819           Method = LookupMethodInQualifiedType(Sel, QClassTy, true);
 2823               << Method->getSelector() << Sel;
 2835             Method = ClassDecl->lookupClassMethod(Sel);
 2838               Method = ClassDecl->lookupPrivateClassMethod(Sel);
 2850             CollectMultipleMethodsInGlobalPool(Sel, Methods,
 2864                         << Sel << SourceRange(LBracLoc, RBracLoc);
 2869                  SelectBestMethod(Sel, ArgsIn, Method->isInstanceMethod(),
 2885         Method = LookupMethodInQualifiedType(Sel, QIdTy, true);
 2887           Method = LookupMethodInQualifiedType(Sel, QIdTy, false);
 2914           Method = ClassDecl->lookupInstanceMethod(Sel);
 2919           Method = LookupMethodInQualifiedType(Sel, OCIType, true);
 2923           Method = ClassDecl->lookupPrivateMethod(Sel);
 2927               << OCIType->getPointeeType() << Sel << RecRange
 2938               CollectMultipleMethodsInGlobalPool(Sel, Methods,
 2947                     SelectBestMethod(Sel, ArgsIn, Method->isInstanceMethod(),
 2951                 AreMultipleMethodsInGlobalPool(Sel, Method,
 2959                   << Sel << RecRange;
 2989               ID->isDesignatedInitializer(Sel)) {
 3028                                 MultiExprArg(Args, NumArgs), Sel, SelectorLocs,
 3042       (Method ? Method->getMethodFamily() : Sel.getMethodFamily());
 3065         << Sel << RecRange;
 3119   DiagnoseCStringFormatDirectiveInObjCAPI(*this, Method, Sel, Args, NumArgs);
 3126                                      ReceiverType, Sel, SelectorLocs, Method,
 3131                                      Receiver, Sel, SelectorLocs, Method,
 3183         if (!IsWeak && Sel.isUnarySelector())