Searched refs:reftype (Results 1 – 2 of 2) sorted by relevance
574 typedef T& reftype; typedef609 int t35[F(__is_function(type_wrapper<void(void)>::reftype))]; in is_function()
2862 if (const ReferenceType *reftype = type->getAs<ReferenceType>()) { in BuildDeclarationNameExpr() local2863 type = reftype->getPointeeType(); in BuildDeclarationNameExpr()