Searched refs:RCK_Invalid (Results 1 - 2 of 2) 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;
/external/clang/lib/AST/
H A DRawCommentList.cpp28 return std::make_pair(RawComment::RCK_Invalid, false);
49 return std::make_pair(RawComment::RCK_Invalid, false);
74 Kind = RCK_Invalid;

Completed in 92 milliseconds