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

Declarations

tools/clang/include/clang/Basic/LLVM.h
   45   template <typename T> struct IntrusiveRefCntPtrInfo;
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
  157   template <typename T> friend struct llvm::IntrusiveRefCntPtrInfo;

References

include/llvm/ADT/IntrusiveRefCntPtr.h
  184       IntrusiveRefCntPtrInfo<T>::retain(Obj);
  189       IntrusiveRefCntPtrInfo<T>::release(Obj);