Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp7473 CanQualType LRetType = getCanonicalType(lbase->getReturnType()); in mergeFunctionTypes() local
7476 LRetType = LRetType.getUnqualifiedType(); in mergeFunctionTypes()
7480 if (getCanonicalType(retType) != LRetType) in mergeFunctionTypes()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp9332 CanQualType LRetType = getCanonicalType(lbase->getReturnType()); in mergeFunctionTypes() local
9335 LRetType = LRetType.getUnqualifiedType(); in mergeFunctionTypes()
9339 if (getCanonicalType(retType) != LRetType) in mergeFunctionTypes()