Home
last modified time | relevance | path

Searched refs:rbase (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DASTContext.cpp7342 const FunctionType *rbase = rhs->getAs<FunctionType>(); in mergeFunctionTypes() local
7344 const FunctionProtoType *rproto = dyn_cast<FunctionProtoType>(rbase); in mergeFunctionTypes()
7351 QualType RHS = rbase->getReturnType(); in mergeFunctionTypes()
7359 retType = mergeTypes(lbase->getReturnType(), rbase->getReturnType(), false, in mergeFunctionTypes()
7367 CanQualType RRetType = getCanonicalType(rbase->getReturnType()); in mergeFunctionTypes()
7383 FunctionType::ExtInfo rbaseInfo = rbase->getExtInfo(); in mergeFunctionTypes()