reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/ObjCARCAnalysisUtils.h
   96   const Value *Computed = GetUnderlyingObjCPtr(V, DL);
lib/Analysis/ObjCARCAliasAnalysis.cpp
   57   const Value *UA = GetUnderlyingObjCPtr(SA, DL);
   58   const Value *UB = GetUnderlyingObjCPtr(SB, DL);
   86   const Value *U = GetUnderlyingObjCPtr(S, DL);
lib/Transforms/ObjCARC/DependencyAnalysis.cpp
  111     const Value *Op = GetUnderlyingObjCPtr(SI->getPointerOperand(), DL);