Home | History | Annotate | Download | only in Sema

Lines Matching refs:arrow

473   // Get the type being accessed in BaseType.  If this is an arrow, the BaseExpr
966 OpLoc, tok::arrow, ObjectType,
971 ExtraArgs->S, RetryExpr.get(), OpLoc, tok::arrow, TempSS,
1196 // For later type-checking purposes, turn arrow accesses into dot
1207 // Recover from arrow accesses to records, e.g.:
1590 /// \param OpKind either tok::arrow or tok::period
1636 bool IsArrow = (OpKind == tok::arrow);