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

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

Completed in 969 milliseconds