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

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

Completed in 851 milliseconds