HomeSort by: relevance | last modified time | path
    Searched refs:ParamRef (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp 1197 if (auto *ParamRef = Param->getAs<RValueReferenceType>()) {
1198 if (ParamRef->getPointeeType().getQualifiers())
1200 auto *TypeParm = ParamRef->getPointeeType()->getAs<TemplateTypeParmType>();
1369 const ReferenceType *ParamRef = Param->getAs<ReferenceType>();
1370 if (ParamRef)
1371 Param = ParamRef->getPointeeType();
1378 if (ParamRef && ArgRef && S.Context.hasSameUnqualifiedType(Param, Arg)) {
1400 if ((ParamRef->isLValueReferenceType() &&
SemaTemplate.cpp 6353 if (const ReferenceType *ParamRef = ParamType->getAs<ReferenceType>()) {
6354 if (!ParamRef->getPointeeType()->isFunctionType()) {
6364 unsigned ParamQuals = ParamRef->getPointeeType().getCVRQualifiers();

Completed in 60 milliseconds