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

References

tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  157   switch (Loc.getKind()) {
  159       HandleBlockEdge(Loc.castAs<BlockEdge>(), Pred);
  163       HandleBlockEntrance(Loc.castAs<BlockEntrance>(), Pred);
  171       HandleCallEnter(Loc.castAs<CallEnter>(), Pred);
  186       assert(Loc.getAs<PostStmt>() ||
  187              Loc.getAs<PostInitializer>() ||
  188              Loc.getAs<PostImplicitCall>() ||
  189              Loc.getAs<CallExitEnd>() ||
  190              Loc.getAs<LoopExit>() ||
  191              Loc.getAs<PostAllocatorCall>());