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

References

tools/clang/lib/Parse/ParseExpr.cpp
  975         (Actions.getTypeName(II, ILoc, getCurScope()) ||
  977          (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) {
  980       if (Tok.is(tok::code_completion) && &II != Ident_super) {
  982             getCurScope(), II, ILoc, ExprStatementTokLoc == ILoc);
  995       Res = Actions.ActOnClassPropertyRefExpr(II, PropertyName,
 1004     if (getLangOpts().ObjC && &II == Ident_super && !InMessageExpression &&
 1025         if (ParsedType Typ = Actions.getTypeName(II, ILoc, getCurScope()))
 1071     Name.setIdentifier(&II, ILoc);