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

References

tools/clang/lib/Sema/SemaExprObjC.cpp
 2680   assert((Receiver || SuperLoc.isValid()) && "If the Receiver is null, the "
 2685   SourceLocation Loc = SuperLoc.isValid() ? SuperLoc : Receiver->getBeginLoc();
 2685   SourceLocation Loc = SuperLoc.isValid() ? SuperLoc : Receiver->getBeginLoc();
 2687       SuperLoc.isValid()? SuperLoc : Receiver->getSourceRange();
 2687       SuperLoc.isValid()? SuperLoc : Receiver->getSourceRange();
 2719       assert(SuperLoc.isInvalid() && "Message to super with dependent type");
 2905                                         : SourceRange(SuperLoc))) {
 2910           Diag(Receiver ? Receiver->getBeginLoc() : SuperLoc,
 2980       (SuperLoc.isValid() || isSelfExpr(Receiver))) {
 2982     if (SuperLoc.isValid()) {
 3002       Diag(SelLoc, SuperLoc.isValid() ?
 3012       (SuperLoc.isValid() || isSelfExpr(Receiver))) {
 3013     if (SuperLoc.isValid()) {
 3029                                 Method, ClassMessage, SuperLoc.isValid(),
 3123   if (SuperLoc.isValid())
 3125                                      SuperLoc,  /*IsInstanceSuper=*/true,
 3161         (SuperLoc.isValid() || isSelfExpr(Receiver))) {