Searched defs:RCK_Invalid (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DRawCommentList.h30 RCK_Invalid, ///< Invalid comment enumerator in enum:clang::RawComment::CommentKind
40 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { }
50 return Kind == RCK_Invalid;

Completed in 109 milliseconds