Searched refs:reftype (Results 1 – 3 of 3) sorted by relevance
1467 int reftype = buffer.readU8(); in unflatten() local1468 switch (reftype) { in unflatten()1485 if (SERIALIZE_PIXELTYPE_RAW_WITH_CTABLE == reftype) { in unflatten()
482 typedef T& reftype; typedef517 int t35[F(__is_function(type_wrapper<void(void)>::reftype))]; in is_function()
2274 if (const ReferenceType *reftype = type->getAs<ReferenceType>()) { in BuildDeclarationNameExpr() local2275 type = reftype->getPointeeType(); in BuildDeclarationNameExpr()