Home | History | Annotate | Download | only in AST

Lines Matching refs:lbase

6844   const FunctionType *lbase = lhs->getAs<FunctionType>();
6846 const FunctionProtoType *lproto = dyn_cast<FunctionProtoType>(lbase);
6855 QualType LHS = lbase->getReturnType();
6862 retType = mergeTypes(lbase->getReturnType(), rbase->getReturnType(), false,
6869 CanQualType LRetType = getCanonicalType(lbase->getReturnType());
6882 // FIXME: should we error if lbase->getRegParmAttr() != 0 &&
6884 // lbase->getRegParmAttr() != rbase->getRegParmAttr()?
6885 FunctionType::ExtInfo lbaseInfo = lbase->getExtInfo();