Home | History | Annotate | Download | only in AST

Lines Matching refs:PlaceHolder

951              const Twine &PlaceHolder = Twine(),
953 print(split(), OS, Policy, PlaceHolder, Indentation);
956 const PrintingPolicy &policy, const Twine &PlaceHolder,
958 PlaceHolder, Indentation);
962 const Twine &PlaceHolder,
980 const Twine &PlaceHolder;
984 const Twine &PlaceHolder, unsigned Indentation)
985 : T(T), Policy(Policy), PlaceHolder(PlaceHolder),
990 SQT.T.print(OS, SQT.Policy, SQT.PlaceHolder, SQT.Indentation);
996 const Twine &PlaceHolder = Twine(),
998 return StreamedQualTypeHelper(*this, Policy, PlaceHolder, Indentation);
1492 /// Was this placeholder type spelled as 'auto', 'decltype(auto)',
1632 /// is instead used as a placeholder for various convenient purposes within
1637 /// Test for a specific placeholder type.
1640 /// Test for a placeholder type other than Overload; see
2131 /// Determines whether the given kind corresponds to a placeholder type.
2136 /// Determines whether this type is a placeholder type, i.e. a type
2143 /// Determines whether this type is a placeholder type other than
2144 /// Overload. Most placeholder types require only syntactic
4212 /// placeholder type deduction: C++11 auto, C++14 decltype(auto), C++17 deduced
4216 /// These types are usually a placeholder for a deduced type. However, before
4244 /// \brief Get the type deduced for this placeholder type, or null if it's