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

/external/clang/lib/Sema/
H A DSemaExpr.cpp9894 bool CheckInferredResultType = false; local
9920 CheckInferredResultType = DstType->isObjCObjectPointerType() &&
9922 if (Hint.isNull() && !CheckInferredResultType) {
10039 if (CheckInferredResultType)

Completed in 206 milliseconds