Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17661 bool CheckInferredResultType = false; in DiagnoseAssignmentResult() local
17720 CheckInferredResultType = DstType->isObjCObjectPointerType() && in DiagnoseAssignmentResult()
17722 if (!CheckInferredResultType) { in DiagnoseAssignmentResult()
17724 } else if (CheckInferredResultType) { in DiagnoseAssignmentResult()
17926 if (CheckInferredResultType) in DiagnoseAssignmentResult()