Home | History | Annotate | Download | only in Sema

Lines Matching refs:arrow

474   // Get the type being accessed in BaseType.  If this is an arrow, the BaseExpr
1016 OpLoc, tok::arrow, ObjectType,
1021 ExtraArgs->S, RetryExpr.get(), OpLoc, tok::arrow, TempSS,
1237 // For later type-checking purposes, turn arrow accesses into dot
1248 // Recover from arrow accesses to records, e.g.:
1643 /// \param OpKind either tok::arrow or tok::period
1672 bool IsArrow = (OpKind == tok::arrow);