Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp10082 const auto *rbase = rhs->castAs<FunctionType>(); in mergeFunctionTypes() local
10084 const auto *rproto = dyn_cast<FunctionProtoType>(rbase); in mergeFunctionTypes()
10091 QualType RHS = rbase->getReturnType(); in mergeFunctionTypes()
10099 retType = mergeTypes(lbase->getReturnType(), rbase->getReturnType(), false, in mergeFunctionTypes()
10108 CanQualType RRetType = getCanonicalType(rbase->getReturnType()); in mergeFunctionTypes()
10124 FunctionType::ExtInfo rbaseInfo = rbase->getExtInfo(); in mergeFunctionTypes()