Home
last modified time | relevance | path

Searched refs:RCK_Invalid (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDRawCommentList.h35 RCK_Invalid, ///< Invalid comment enumerator
45 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { } in RawComment()
55 return Kind == RCK_Invalid; in isInvalid()
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDRawCommentList.cpp30 return std::make_pair(RawComment::RCK_Invalid, false); in getCommentKind()
51 return std::make_pair(RawComment::RCK_Invalid, false); in getCommentKind()
117 Kind = RCK_Invalid; in RawComment()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSema.cpp2439 case RawComment::RCK_Invalid: in ActOnComment()