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

Declarations

tools/clang/lib/AST/Interp/ByteCodeStmtGen.h
   60   bool visitStmt(const Stmt *S);

References

tools/clang/lib/AST/Interp/ByteCodeStmtGen.cpp
  104     if (!visitStmt(Body))
  140     if (!visitStmt(InnerStmt))
  194     if (!visitStmt(IS->getInit()))
  209     if (!visitStmt(IS->getThen()))
  214     if (!visitStmt(Else))
  221     if (!visitStmt(IS->getThen()))