Home | History | Annotate | Download | only in AST

Lines Matching refs:rbase

5686   const FunctionType *rbase = rhs->getAs<FunctionType>();
5688 const FunctionProtoType *rproto = dyn_cast<FunctionProtoType>(rbase);
5695 QualType RHS = rbase->getResultType();
5703 retType = mergeTypes(lbase->getResultType(), rbase->getResultType(), false,
5711 CanQualType RRetType = getCanonicalType(rbase->getResultType());
5724 // rbase->getRegParmAttr() != 0 &&
5725 // lbase->getRegParmAttr() != rbase->getRegParmAttr()?
5727 FunctionType::ExtInfo rbaseInfo = rbase->getExtInfo();