Searched refs:IsObjCIdentifiedObject (Results 1 – 3 of 3) sorted by relevance
126 bool AIsIdentified = IsObjCIdentifiedObject(A); in relatedCheck()127 bool BIsIdentified = IsObjCIdentifiedObject(B); in relatedCheck()
100 if (!IsObjCIdentifiedObject(Arg)) in FindSingleUseIdentifiedObject()107 if (IsObjCIdentifiedObject(Arg)) { in FindSingleUseIdentifiedObject()
194 inline bool IsObjCIdentifiedObject(const Value *V) { in IsObjCIdentifiedObject() function