Home | History | Annotate | Download | only in AST

Lines Matching refs:PlaceHolder

912              const Twine &PlaceHolder = Twine()) const {
913 print(split(), OS, Policy, PlaceHolder);
916 const PrintingPolicy &policy, const Twine &PlaceHolder) {
917 return print(split.Ty, split.Quals, OS, policy, PlaceHolder);
921 const Twine &PlaceHolder);
938 const Twine &PlaceHolder;
941 const Twine &PlaceHolder)
942 : T(T), Policy(Policy), PlaceHolder(PlaceHolder) { }
946 SQT.T.print(OS, SQT.Policy, SQT.PlaceHolder);
952 const Twine &PlaceHolder = Twine()) const {
953 return StreamedQualTypeHelper(*this, Policy, PlaceHolder);
1441 /// Was this placeholder type spelled as 'auto', 'decltype(auto)',
1581 /// is instead used as a placeholder for various convenient purposes within
1586 /// Test for a specific placeholder type.
1589 /// Test for a placeholder type other than Overload; see
2055 /// Determines whether the given kind corresponds to a placeholder type.
2060 /// Determines whether this type is a placeholder type, i.e. a type
2067 /// Determines whether this type is a placeholder type other than
2068 /// Overload. Most placeholder types require only syntactic
3913 /// These types are usually a placeholder for a deduced type. However, before