Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp6845 const FunctionType *rbase = rhs->getAs<FunctionType>(); in mergeFunctionTypes() local
6847 const FunctionProtoType *rproto = dyn_cast<FunctionProtoType>(rbase); in mergeFunctionTypes()
6854 QualType RHS = rbase->getReturnType(); in mergeFunctionTypes()
6862 retType = mergeTypes(lbase->getReturnType(), rbase->getReturnType(), false, in mergeFunctionTypes()
6870 CanQualType RRetType = getCanonicalType(rbase->getReturnType()); in mergeFunctionTypes()
6886 FunctionType::ExtInfo rbaseInfo = rbase->getExtInfo(); in mergeFunctionTypes()