Lines Matching defs:pty
15141 if (const BuiltinType *pty = LHSExpr->getType()->getAsPlaceholderType()) {
15143 if (pty->getKind() == BuiltinType::PseudoObject &&
15148 if (getLangOpts().CPlusPlus && pty->getKind() == BuiltinType::Overload) {
15170 (pty->getKind() == BuiltinType::BoundMember ||
15171 pty->getKind() == BuiltinType::Overload)) {
15191 if (const BuiltinType *pty = RHSExpr->getType()->getAsPlaceholderType()) {
15194 if (Opc == BO_Assign && pty->getKind() == BuiltinType::Overload) {
15204 if (getLangOpts().CPlusPlus && pty->getKind() == BuiltinType::Overload &&
15561 if (const BuiltinType *pty = Input->getType()->getAsPlaceholderType()) {
15563 if (pty->getKind() == BuiltinType::PseudoObject &&
15574 (pty->getKind() == BuiltinType::Overload ||
15575 pty->getKind() == BuiltinType::UnknownAny ||
15576 pty->getKind() == BuiltinType::BoundMember))