summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/CommentSema.cpp
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2013-06-24 01:33:34 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2013-06-24 01:33:34 +0000
commitc0510b9c970fff35a8ebca89a318403a4b8be6bf (patch)
treeee33b6462b044f44ca5665e3c9767be0bfead61c /clang/lib/AST/CommentSema.cpp
parent761f801cb2e1d0e07a194a24ad9d2a9cf6e8e694 (diff)
downloadbcm5719-llvm-c0510b9c970fff35a8ebca89a318403a4b8be6bf.tar.gz
bcm5719-llvm-c0510b9c970fff35a8ebca89a318403a4b8be6bf.zip
Move comment on Sema::isFunctionPointerVarDecl() to the header file
llvm-svn: 184677
Diffstat (limited to 'clang/lib/AST/CommentSema.cpp')
-rw-r--r--clang/lib/AST/CommentSema.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/lib/AST/CommentSema.cpp b/clang/lib/AST/CommentSema.cpp
index 00e47225c92..55ccfb339d6 100644
--- a/clang/lib/AST/CommentSema.cpp
+++ b/clang/lib/AST/CommentSema.cpp
@@ -801,9 +801,7 @@ bool Sema::isObjCMethodDecl() {
return isFunctionDecl() && ThisDeclInfo->CurrentDecl &&
isa<ObjCMethodDecl>(ThisDeclInfo->CurrentDecl);
}
-
-/// isFunctionPointerVarDecl - returns 'true' if declaration is a pointer to
-/// function decl.
+
bool Sema::isFunctionPointerVarDecl() {
if (!ThisDeclInfo)
return false;
OpenPOWER on IntegriCloud