ΒΆunsigned int clang_isInvalidDeclaration(CXCursor)
unsigned int clang_isInvalidDeclaration(CXCursor)
Description
Determine whether the given declaration is invalid. A declaration is invalid if it could not be parsed successfully.
Declared at: clang/include/clang-c/Index.h:2823
Parameters
Returns
non-zero if the cursor represents a declaration and it is invalid, otherwise NULL.