Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp16873 bool CheckInferredResultType = false; in DiagnoseAssignmentResult() local
16926 CheckInferredResultType = DstType->isObjCObjectPointerType() && in DiagnoseAssignmentResult()
16928 if (!CheckInferredResultType) { in DiagnoseAssignmentResult()
16930 } else if (CheckInferredResultType) { in DiagnoseAssignmentResult()
17132 if (CheckInferredResultType) in DiagnoseAssignmentResult()