Home | History | Annotate | Download | only in AST

Lines Matching refs:rbase

7342   const FunctionType *rbase = rhs->getAs<FunctionType>();
7344 const FunctionProtoType *rproto = dyn_cast<FunctionProtoType>(rbase);
7351 QualType RHS = rbase->getReturnType();
7359 retType = mergeTypes(lbase->getReturnType(), rbase->getReturnType(), false,
7367 CanQualType RRetType = getCanonicalType(rbase->getReturnType());
7380 // rbase->getRegParmAttr() != 0 &&
7381 rbase->getRegParmAttr()?
7383 FunctionType::ExtInfo rbaseInfo = rbase->getExtInfo();