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 184 enum CommentKind {
195 Comment(CommentKind K,
202 CommentKind getCommentKind() const {
203 return static_cast<CommentKind>(CommentBits.Kind);
242 InlineContentComment(CommentKind K,
380 HTMLTagComment(CommentKind K,
536 BlockContentComment(CommentKind K,
617 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 87 milliseconds