Searched refs:getPtrDeclTypeAuto (Results 1 – 1 of 1) sorted by relevance
7 decltype(auto) getPtrDeclTypeAuto() { return getPtr(); } in getPtrDeclTypeAuto() function25 auto p7 = getPtrDeclTypeAuto() + 1; in auto_deduction_binary()29 auto *p9 = getPtrDeclTypeAuto() + 1; in auto_deduction_binary()51 auto p8 = getPtrDeclTypeAuto()[9]; in auto_deduction_subscript()