Home | History | Annotate | Download | only in AST

Lines Matching full:nullptr

1712   //                 ::= Dn # std::nullptr_t (i.e., decltype(nullptr))
1737 case BuiltinType::NullPtr: Out << "Dn"; break;
2684 // FIXME: should this really be mangled the same as nullptr?