Searched refs:ParamRefType (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3101 const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>(); local
3102 if (ParamRefType) {
3103 QualType PointeeType = ParamRefType->getPointeeType();
3132 ParamRefType != 0);
3137 if (ParamRefType) {
3142 if (ParamRefType->isRValueReferenceType() &&
3143 ParamRefType->getAs<TemplateTypeParmType>() &&
3175 if (ParamRefType)
H A DSemaTemplate.cpp4833 if (const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>()) {
4840 assert(ParamRefType->getPointeeType()->isIncompleteOrObjectType() &&
4845 ParamRefType->getPointeeType(),
/external/clang/lib/AST/
H A DDeclCXX.cpp1683 const ReferenceType *ParamRefType = Param->getType()->getAs<ReferenceType>(); local
1684 if (!ParamRefType)
1691 = Context.getCanonicalType(ParamRefType->getPointeeType());

Completed in 110 milliseconds