Home | History | Annotate | Download | only in Sema

Lines Matching refs:hasTrailingReturnType

1209     /// HasTrailingReturnType - If this is true, a trailing return type was
1211 unsigned HasTrailingReturnType : 1;
1280 /// \brief If HasTrailingReturnType is true, this is the trailing return
1377 bool hasTrailingReturnType() const { return HasTrailingReturnType; }