Home
last modified time | relevance | path

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

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