Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp15853 bool CheckInferredResultType = false; in DiagnoseAssignmentResult() local
15906 CheckInferredResultType = DstType->isObjCObjectPointerType() && in DiagnoseAssignmentResult()
15908 if (!CheckInferredResultType) { in DiagnoseAssignmentResult()
15910 } else if (CheckInferredResultType) { in DiagnoseAssignmentResult()
16110 if (CheckInferredResultType) in DiagnoseAssignmentResult()