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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h33 RCK_Invalid, ///< Invalid comment enumerator in enum:clang::RawComment::CommentKind
43 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { }
53 return Kind == RCK_Invalid;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp28 return std::make_pair(RawComment::RCK_Invalid, false);
49 return std::make_pair(RawComment::RCK_Invalid, false);
115 Kind = RCK_Invalid;

Completed in 166 milliseconds