Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp6975 CanQualType LRetType = getCanonicalType(lbase->getReturnType()); in mergeFunctionTypes() local
6978 LRetType = LRetType.getUnqualifiedType(); in mergeFunctionTypes()
6982 if (getCanonicalType(retType) != LRetType) in mergeFunctionTypes()