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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp7408 CanQualType LRetType = getCanonicalType(lbase->getReturnType()); local
7411 LRetType = LRetType.getUnqualifiedType();
7415 if (getCanonicalType(retType) != LRetType)

Completed in 93 milliseconds