Searched refs:IsObjCIdentifiedObject (Results 1 – 3 of 3) sorted by relevance
124 bool AIsIdentified = IsObjCIdentifiedObject(A); in relatedCheck()125 bool BIsIdentified = IsObjCIdentifiedObject(B); in relatedCheck()
101 if (!IsObjCIdentifiedObject(Arg)) in FindSingleUseIdentifiedObject()108 if (IsObjCIdentifiedObject(Arg)) { in FindSingleUseIdentifiedObject()
186 inline bool IsObjCIdentifiedObject(const Value *V) { in IsObjCIdentifiedObject() function