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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  633   switch (E.getKind()) {
  637       ProcessStmt(E.castAs<CFGStmt>().getStmt(), Pred);
  640       ProcessInitializer(E.castAs<CFGInitializer>(), Pred);
  643       ProcessNewAllocator(E.castAs<CFGNewAllocator>().getAllocatorExpr(),
  651       ProcessImplicitDtor(E.castAs<CFGImplicitDtor>(), Pred);
  654       ProcessLoopExit(E.castAs<CFGLoopExit>().getLoopStmt(), Pred);