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.cpp11354 CanQualType RRetType = getCanonicalType(rbase->getReturnType()); in mergeFunctionTypes() local
11357 RRetType = RRetType.getUnqualifiedType(); in mergeFunctionTypes()
11362 if (getCanonicalType(retType) != RRetType) in mergeFunctionTypes()