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

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

Completed in 105 milliseconds