Home
last modified time | relevance | path

Searched refs:reftype (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
Dtype-traits.cpp574 typedef T& reftype; typedef
609 int t35[F(__is_function(type_wrapper<void(void)>::reftype))]; in is_function()
/external/clang/lib/Sema/
DSemaExpr.cpp2862 if (const ReferenceType *reftype = type->getAs<ReferenceType>()) { in BuildDeclarationNameExpr() local
2863 type = reftype->getPointeeType(); in BuildDeclarationNameExpr()