Searched defs:ParamRefType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DDeclCXX.cpp1760 const ReferenceType *ParamRefType = Param->getType()->getAs<ReferenceType>(); local
1761 if (!ParamRefType)
1768 = Context.getCanonicalType(ParamRefType->getPointeeType());
/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)

Completed in 332 milliseconds