Searched refs:ExpectedReturnType (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp4900 QualType ExpectedReturnType = local
4902 if (!Context.hasSameType(ReturnType, ExpectedReturnType)) {
4904 << (CSM == CXXMoveAssignment) << ExpectedReturnType;

Completed in 307 milliseconds