Home | History | Annotate | Download | only in AST

Lines Matching refs:lbase

6902   const FunctionType *lbase = lhs->getAs<FunctionType>();
6904 const FunctionProtoType *lproto = dyn_cast<FunctionProtoType>(lbase);
6913 QualType LHS = lbase->getResultType();
6920 retType = mergeTypes(lbase->getResultType(), rbase->getResultType(), false,
6927 CanQualType LRetType = getCanonicalType(lbase->getResultType());
6940 // FIXME: should we error if lbase->getRegParmAttr() != 0 &&
6942 // lbase->getRegParmAttr() != rbase->getRegParmAttr()?
6943 FunctionType::ExtInfo lbaseInfo = lbase->getExtInfo();