summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c/Index.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/include/clang-c/Index.h')
-rw-r--r--clang/include/clang-c/Index.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index 75ad31a0618..d1840f5e6be 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -1356,12 +1356,6 @@ CINDEX_LINKAGE unsigned clang_isCursorDefinition(CXCursor);
CINDEX_LINKAGE unsigned clang_CXXMethod_isStatic(CXCursor C);
/**
- * \brief Determine if a given struct/class/enum declaration is a definition
- * or just a forward declaration.
- */
-CINDEX_LINKAGE unsigned clang_isTagDeclDefinition(CXCursor C);
-
-/**
* @}
*/
OpenPOWER on IntegriCloud