Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp16012 bool CheckInferredResultType = false; in DiagnoseAssignmentResult() local
16065 CheckInferredResultType = DstType->isObjCObjectPointerType() && in DiagnoseAssignmentResult()
16067 if (!CheckInferredResultType) { in DiagnoseAssignmentResult()
16069 } else if (CheckInferredResultType) { in DiagnoseAssignmentResult()
16269 if (CheckInferredResultType) in DiagnoseAssignmentResult()