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

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3138 const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>(); local
3139 if (ParamRefType) {
3140 QualType PointeeType = ParamRefType->getPointeeType();
3169 ParamRefType != nullptr);
3174 if (ParamRefType) {
3179 if (ParamRefType->isRValueReferenceType() &&
3180 ParamRefType->getAs<TemplateTypeParmType>() &&
3212 if (ParamRefType)
H A DSemaTemplate.cpp5043 if (const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>()) {
5050 assert(ParamRefType->getPointeeType()->isIncompleteOrObjectType() &&
5055 ParamRefType->getPointeeType(),
/external/clang/lib/AST/
H A DDeclCXX.cpp1760 const ReferenceType *ParamRefType = Param->getType()->getAs<ReferenceType>(); local
1761 if (!ParamRefType)
1768 = Context.getCanonicalType(ParamRefType->getPointeeType());

Completed in 111 milliseconds