Searched refs:ParamRef (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp954 const ReferenceType *ParamRef = Param->getAs<ReferenceType>(); local
955 if (ParamRef)
956 Param = ParamRef->getPointeeType();
963 if (RefParamComparisons && ParamRef && ArgRef) {
974 Comparison.ParamIsRvalueRef = ParamRef->getAs<RValueReferenceType>();
1022 if (const RValueReferenceType *ParamRef
1024 if (isa<TemplateTypeParmType>(ParamRef->getPointeeType()) &&
1025 !ParamRef->getPointeeType().getQualifiers())
1027 Param = ParamRef->getPointeeType();
H A DSemaTemplate.cpp4365 if (const ReferenceType *ParamRef = ParamType->getAs<ReferenceType>()) {
4366 if (!ParamRef->getPointeeType()->isFunctionType()) {
4376 unsigned ParamQuals = ParamRef->getPointeeType().getCVRQualifiers();

Completed in 54 milliseconds