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()) ||
  982             getCurScope(), II, ILoc, ExprStatementTokLoc == ILoc);
  982             getCurScope(), II, ILoc, ExprStatementTokLoc == ILoc);
  996                                               ILoc, PropertyLoc);
 1009       Res = ParseObjCMessageExpressionBody(SourceLocation(), ILoc, nullptr,
 1025         if (ParsedType Typ = Actions.getTypeName(II, ILoc, getCurScope()))
 1029             DS.SetRangeStart(ILoc);
 1030             DS.SetRangeEnd(ILoc);
 1033             DS.SetTypeSpecType(TST_typename, ILoc, PrevSpec, DiagID, Typ,
 1071     Name.setIdentifier(&II, ILoc);