Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9481 CanQualType RRetType = getCanonicalType(rbase->getReturnType()); in mergeFunctionTypes() local
9484 RRetType = RRetType.getUnqualifiedType(); in mergeFunctionTypes()
9489 if (getCanonicalType(retType) != RRetType) in mergeFunctionTypes()