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

Definitions

tools/clang/include/clang/Analysis/ProgramPoint.h
  150   template<typename T>
  225 class BlockEntrance : public ProgramPoint {
  271 class StmtPoint : public ProgramPoint {
  295 class PreStmt : public StmtPoint {
  311 class PostStmt : public StmtPoint {
  335 class FunctionExitPoint : public ProgramPoint {
  359 class PostCondition : public PostStmt {
  388 class PreLoad : public LocationCheck {
  402 class PreStore : public LocationCheck {
  416 class PostLoad : public PostStmt {
  431 class PostStore : public PostStmt {
  457 class PostLValue : public PostStmt {
  473 class PreStmtPurgeDeadSymbols : public StmtPoint {
  489 class PostStmtPurgeDeadSymbols : public StmtPoint {
  503 class BlockEdge : public ProgramPoint {
  527 class PostInitializer : public ProgramPoint {
  583 class PreImplicitCall : public ImplicitCallPoint {
  600 class PostImplicitCall : public ImplicitCallPoint {
  614 class PostAllocatorCall : public StmtPoint {
  630 class CallEnter : public ProgramPoint {
  668 class CallExitBegin : public ProgramPoint {
  688 class CallExitEnd : public ProgramPoint {
  713 class LoopExit : public ProgramPoint {
  732 class EpsilonPoint : public ProgramPoint {