Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp8527 CanQualType LRetType = getCanonicalType(lbase->getReturnType()); in mergeFunctionTypes() local
8530 LRetType = LRetType.getUnqualifiedType(); in mergeFunctionTypes()
8534 if (getCanonicalType(retType) != LRetType) in mergeFunctionTypes()