Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp11859 bool CheckInferredResultType = false; in DiagnoseAssignmentResult() local
11889 CheckInferredResultType = DstType->isObjCObjectPointerType() && in DiagnoseAssignmentResult()
11891 if (Hint.isNull() && !CheckInferredResultType) { in DiagnoseAssignmentResult()
11894 else if (CheckInferredResultType) { in DiagnoseAssignmentResult()
12046 if (CheckInferredResultType) in DiagnoseAssignmentResult()