#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/FoldingSet.h"
#include "clang/AST/Attr.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/DeclObjC.h"
#include "clang/AST/ParentMap.h"
#include "clang/Analysis/SelectorExtras.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h"
#include "llvm/ADT/STLExtras.h"
Go to the source code of this file.
|
| clang |
| Dataflow Directional Tag Classes.
|
|
| clang::ento |
|
| llvm |
| DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators.
|
|
|
enum | clang::ento::ObjKind {
clang::ento::ObjKind::CF,
clang::ento::ObjKind::ObjC,
clang::ento::ObjKind::AnyObj,
clang::ento::ObjKind::Generalized,
clang::ento::ObjKind::OS
} |
| Determines the object kind of a tracked object. More...
|
|
enum | clang::ento::ArgEffectKind {
clang::ento::DoNothing,
clang::ento::Autorelease,
clang::ento::Dealloc,
clang::ento::DecRef,
clang::ento::DecRefBridgedTransferred,
clang::ento::IncRef,
clang::ento::UnretainedOutParameter,
clang::ento::RetainedOutParameter,
clang::ento::RetainedOutParameterOnZero,
clang::ento::RetainedOutParameterOnNonZero,
clang::ento::MayEscape,
clang::ento::StopTracking,
clang::ento::StopTrackingHard,
clang::ento::DecRefAndStopTrackingHard
} |
|