Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10331 CanQualType RRetType = getCanonicalType(rbase->getReturnType()); in mergeFunctionTypes() local
10334 RRetType = RRetType.getUnqualifiedType(); in mergeFunctionTypes()
10339 if (getCanonicalType(retType) != RRetType) in mergeFunctionTypes()