HomeSort by relevance Sort by last modified time
    Searched refs:RCK_Invalid (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
RawCommentList.h 30 RCK_Invalid, ///< Invalid comment
40 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { }
50 return Kind == RCK_Invalid;
  /external/clang/lib/AST/
RawCommentList.cpp 26 return std::make_pair(RawComment::RCK_Invalid, false);
47 return std::make_pair(RawComment::RCK_Invalid, false);
72 Kind = RCK_Invalid;

Completed in 17 milliseconds