Home | History | Annotate | Download | only in AST

Lines Matching refs:PlaceHolder

953              const Twine &PlaceHolder = Twine(),
955 print(split(), OS, Policy, PlaceHolder, Indentation);
958 const PrintingPolicy &policy, const Twine &PlaceHolder,
960 return print(split.Ty, split.Quals, OS, policy, PlaceHolder
964 const Twine &PlaceHolder,
982 const Twine &PlaceHolder;
986 const Twine &PlaceHolder, unsigned Indentation)
987 : T(T), Policy(Policy), PlaceHolder(PlaceHolder),
992 SQT.T.print(OS, SQT.Policy, SQT.PlaceHolder, SQT.Indentation);
998 const Twine &PlaceHolder = Twine(),
1000 return StreamedQualTypeHelper(*this, Policy, PlaceHolder, Indentation);
1495 /// Was this placeholder type spelled as 'auto', 'decltype(auto)',
1635 /// is instead used as a placeholder for various convenient purposes within
1640 /// Test for a specific placeholder type.
1643 /// Test for a placeholder type other than Overload; see
2132 /// Determines whether the given kind corresponds to a placeholder type.
2137 /// Determines whether this type is a placeholder type, i.e. a type
2144 /// Determines whether this type is a placeholder type other than
2145 /// Overload. Most placeholder types require only syntactic
4156 /// placeholder type deduction: C++11 auto, C++14 decltype(auto), C++17 deduced
4160 /// These types are usually a placeholder for a deduced type. However, before
4188 /// \brief Get the type deduced for this placeholder type, or null if it's