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

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp1493 ReasonSelector reasonSelector; local
1498 reasonSelector = R_UnrelatedReturn;
1500 reasonSelector = R_NonObjectReturn;
1503 S.Diag(impl->getLocation(), errorID) << int(familySelector) << int(reasonSelector);
1504 S.Diag(decl->getLocation(), noteID) << int(familySelector) << int(reasonSelector);

Completed in 85 milliseconds