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 29 enum CommentKind {
45 CommentKind getKind() const LLVM_READONLY {
46 return (CommentKind) Kind;
144 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment,
Comment.h 173 enum CommentKind {
184 Comment(CommentKind K,
191 CommentKind getCommentKind() const {
192 return static_cast<CommentKind>(CommentBits.Kind);
231 InlineContentComment(CommentKind K,
370 HTMLTagComment(CommentKind K,
517 BlockContentComment(CommentKind K,
598 BlockCommandComment(CommentKind K,
  /external/clang/lib/AST/
RawCommentList.cpp 24 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment) {
28 RawComment::CommentKind K;
78 std::pair<CommentKind, bool> K = getCommentKind(RawText);
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 765 milliseconds