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

References

tools/clang/lib/Sema/SemaExprObjC.cpp
 1184                              SourceRange(LParenLoc, RParenLoc));
 1187                                           SourceRange(LParenLoc, RParenLoc));
 1192                                 RParenLoc.getLocWithOffset(-1));
 1200     DiagnoseMismatchedSelectors(*this, AtLoc, Method, LParenLoc, RParenLoc,
 1218         Sel << SourceRange(LParenLoc, RParenLoc);
 1235   return new (Context) ObjCSelectorExpr(Ty, Sel, AtLoc, RParenLoc);