Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp17142 bool CheckInferredResultType = false; in DiagnoseAssignmentResult() local
17201 CheckInferredResultType = DstType->isObjCObjectPointerType() && in DiagnoseAssignmentResult()
17203 if (!CheckInferredResultType) { in DiagnoseAssignmentResult()
17205 } else if (CheckInferredResultType) { in DiagnoseAssignmentResult()
17407 if (CheckInferredResultType) in DiagnoseAssignmentResult()