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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3793 const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>(); local
3794 if (ParamRefType)
3795 ParamType = ParamRefType->getPointeeType();
3803 ParamRefType != nullptr);
3808 if (ParamRefType) {
3818 if (isForwardingReference(QualType(ParamRefType, 0), FirstInnerIndex) &&
3850 if (ParamRefType)
H A DSemaTemplate.cpp7152 if (const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>()) {
7159 assert(ParamRefType->getPointeeType()->isIncompleteOrObjectType() &&
7164 ParamRefType->getPointeeType(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2626 const auto *ParamRefType = Param->getType()->getAs<ReferenceType>();
2627 if (!ParamRefType)
2634 = Context.getCanonicalType(ParamRefType->getPointeeType());

Completed in 109 milliseconds