Return true if this value refers to a distinct and identifiable object.
Synopsis
Declared in <llvm/Analysis/ObjCARCAnalysisUtils.h>
bool
IsObjCIdentifiedObject(Value const* V);
Description
This is similar to AliasAnalysis's isIdentifiedObject, except that it uses special knowledge of ObjC conventions.
Return Value
True if V refers to a distinct and identifiable object.
Parameters
Name |
Description |
V |
Value to test for ObjC‐identified provenance. |
Created with MrDocs