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 31 RCK_Invalid, ///< Invalid comment
41 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { }
51 return Kind == RCK_Invalid;
  /external/clang/lib/AST/
RawCommentList.cpp 28 return std::make_pair(RawComment::RCK_Invalid, false);
49 return std::make_pair(RawComment::RCK_Invalid, false);
74 Kind = RCK_Invalid;

Completed in 314 milliseconds