|
@@ -208,6 +208,9 @@ public:
|
|
|
|
|
|
bool isFunctionDecl();
|
|
|
bool isAnyFunctionDecl();
|
|
|
+
|
|
|
+ /// \returns \c true if declaration that this comment is attached to declares
|
|
|
+ /// a function pointer.
|
|
|
bool isFunctionPointerVarDecl();
|
|
|
bool isObjCMethodDecl();
|
|
|
bool isObjCPropertyDecl();
|