Lines Matching defs:pty
15386 if (const BuiltinType *pty = LHSExpr->getType()->getAsPlaceholderType()) {
15388 if (pty->getKind() == BuiltinType::PseudoObject &&
15393 if (getLangOpts().CPlusPlus && pty->getKind() == BuiltinType::Overload) {
15415 (pty->getKind() == BuiltinType::BoundMember ||
15416 pty->getKind() == BuiltinType::Overload)) {
15436 if (const BuiltinType *pty = RHSExpr->getType()->getAsPlaceholderType()) {
15439 if (Opc == BO_Assign && pty->getKind() == BuiltinType::Overload) {
15449 if (getLangOpts().CPlusPlus && pty->getKind() == BuiltinType::Overload &&
15806 if (const BuiltinType *pty = Input->getType()->getAsPlaceholderType()) {
15808 if (pty->getKind() == BuiltinType::PseudoObject &&
15819 (pty->getKind() == BuiltinType::Overload ||
15820 pty->getKind() == BuiltinType::UnknownAny ||
15821 pty->getKind() == BuiltinType::BoundMember))