diff options
Diffstat (limited to 'lib/AST/StmtProfile.cpp')
-rw-r--r-- | lib/AST/StmtProfile.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/AST/StmtProfile.cpp b/lib/AST/StmtProfile.cpp index 5d9b8bc7bb..cb32e8d25f 100644 --- a/lib/AST/StmtProfile.cpp +++ b/lib/AST/StmtProfile.cpp @@ -583,7 +583,8 @@ void StmtProfiler::VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *S) { VisitDecl(S->getProperty()); } -void StmtProfiler::VisitObjCKVCRefExpr(ObjCKVCRefExpr *S) { +void StmtProfiler::VisitObjCImplctSetterGetterRefExpr( + ObjCImplctSetterGetterRefExpr *S) { VisitExpr(S); VisitDecl(S->getGetterMethod()); VisitDecl(S->getSetterMethod()); |