Home | History | Annotate | Download | only in AST

Lines Matching refs:rbase

6682   const FunctionType *rbase = rhs->getAs<FunctionType>();
6684 const FunctionProtoType *rproto = dyn_cast<FunctionProtoType>(rbase);
6691 QualType RHS = rbase->getResultType();
6699 retType = mergeTypes(lbase->getResultType(), rbase->getResultType(), false,
6707 CanQualType RRetType = getCanonicalType(rbase->getResultType());
6720 // rbase->getRegParmAttr() != 0 &&
6721 // lbase->getRegParmAttr() != rbase->getRegParmAttr()?
6723 FunctionType::ExtInfo rbaseInfo = rbase->getExtInfo();