Searched refs:IsObjCIdentifiedObject (Results 1 – 3 of 3) sorted by relevance
128 bool AIsIdentified = IsObjCIdentifiedObject(A); in relatedCheck()129 bool BIsIdentified = IsObjCIdentifiedObject(B); in relatedCheck()
65 if (!IsObjCIdentifiedObject(Arg)) in FindSingleUseIdentifiedObject()72 if (IsObjCIdentifiedObject(Arg)) { in FindSingleUseIdentifiedObject()
199 inline bool IsObjCIdentifiedObject(const Value *V) { in IsObjCIdentifiedObject() function