Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp12400 bool CheckInferredResultType = false; in DiagnoseAssignmentResult() local
12430 CheckInferredResultType = DstType->isObjCObjectPointerType() && in DiagnoseAssignmentResult()
12432 if (Hint.isNull() && !CheckInferredResultType) { in DiagnoseAssignmentResult()
12435 else if (CheckInferredResultType) { in DiagnoseAssignmentResult()
12587 if (CheckInferredResultType) in DiagnoseAssignmentResult()