Searched defs:CheckInferredResultType (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Sema/
H A DSemaExpr.cpp10847 bool CheckInferredResultType = false; local
10877 CheckInferredResultType = DstType->isObjCObjectPointerType() &&
10879 if (Hint.isNull() && !CheckInferredResultType) {
10882 else if (CheckInferredResultType) {
11029 if (CheckInferredResultType)

Completed in 233 milliseconds