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

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3109 const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>(); local
3110 if (ParamRefType)
3111 ParamType = ParamRefType->getPointeeType();
3119 ParamRefType != nullptr);
3124 if (ParamRefType) {
3133 if (ParamRefType->isRValueReferenceType() &&
3167 if (ParamRefType)
H A DSemaTemplate.cpp5163 if (const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>()) {
5170 assert(ParamRefType->getPointeeType()->isIncompleteOrObjectType() &&
5175 ParamRefType->getPointeeType(),
/external/clang/lib/AST/
H A DDeclCXX.cpp1795 const ReferenceType *ParamRefType = Param->getType()->getAs<ReferenceType>(); local
1796 if (!ParamRefType)
1803 = Context.getCanonicalType(ParamRefType->getPointeeType());

Completed in 139 milliseconds