clang API Documentation

Classes | Namespaces | Enumerations
ObjCRetainCount.h File Reference
#include "clang/Basic/LLVM.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallVector.h"
Include dependency graph for ObjCRetainCount.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  clang::ento::objc_retain::RetEffect
class  clang::ento::objc_retain::CallEffects

Namespaces

namespace  clang
namespace  clang::ento
namespace  clang::ento::objc_retain

Enumerations

enum  clang::ento::objc_retain::ArgEffect {
  clang::ento::objc_retain::DoNothing, clang::ento::objc_retain::Autorelease, clang::ento::objc_retain::Dealloc, clang::ento::objc_retain::DecRef,
  clang::ento::objc_retain::DecRefMsg, clang::ento::objc_retain::DecRefBridgedTransferred, clang::ento::objc_retain::IncRefMsg, clang::ento::objc_retain::IncRef,
  clang::ento::objc_retain::MakeCollectable, clang::ento::objc_retain::MayEscape, clang::ento::objc_retain::StopTracking, clang::ento::objc_retain::StopTrackingHard,
  clang::ento::objc_retain::DecRefAndStopTrackingHard, clang::ento::objc_retain::DecRefMsgAndStopTrackingHard
}