Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10780 CanQualType LRetType = getCanonicalType(lbase->getReturnType()); in mergeFunctionTypes() local
10783 LRetType = LRetType.getUnqualifiedType(); in mergeFunctionTypes()
10787 if (getCanonicalType(retType) != LRetType) in mergeFunctionTypes()