Home | History | Annotate | Download | only in Sema

Lines Matching refs:StmtVisitor

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