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

  /external/clang/include/clang/AST/
RawCommentList.h 30 enum CommentKind {
46 CommentKind getKind() const LLVM_READONLY {
47 return (CommentKind) Kind;
147 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment,
Comment.h 186 enum CommentKind {
197 Comment(CommentKind K,
204 CommentKind getCommentKind() const {
205 return static_cast<CommentKind>(CommentBits.Kind);
244 InlineContentComment(CommentKind K,
382 HTMLTagComment(CommentKind K,
538 BlockContentComment(CommentKind K,
619 BlockCommandComment(CommentKind K,
  /external/clang/lib/AST/
RawCommentList.cpp 24 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment,
30 RawComment::CommentKind K;
80 std::pair<CommentKind, bool> K = getCommentKind(RawText, ParseAllComments);
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 186 milliseconds