Home | History | Annotate | Download | only in Sema

Lines Matching refs:StmtVisitor

18 #include "clang/AST/StmtVisitor.h"
2829 class ARCCastChecker : public StmtVisitor<ARCCastChecker, ACCResult> {
2830 typedef StmtVisitor<ARCCastChecker, ACCResult> super;