diff options
Diffstat (limited to 'include/clang/AST/CommentSema.h')
-rw-r--r-- | include/clang/AST/CommentSema.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/AST/CommentSema.h b/include/clang/AST/CommentSema.h index 6df48dcce1..7b81077b50 100644 --- a/include/clang/AST/CommentSema.h +++ b/include/clang/AST/CommentSema.h @@ -206,6 +206,7 @@ public: void resolveParamCommandIndexes(const FullComment *FC); bool isFunctionDecl(); + bool isCallbackDecl(); bool isObjCPropertyDecl(); bool isTemplateOrSpecialization(); |