Searched refs:CommentKind (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/AST/ |
D | RawCommentList.h | 30 enum CommentKind { enum 46 CommentKind getKind() const LLVM_READONLY { in getKind() 47 return (CommentKind) Kind; in getKind() 147 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment()
|
D | Comment.h | 186 enum CommentKind { enum 197 Comment(CommentKind K, in Comment() 204 CommentKind getCommentKind() const { in getCommentKind() 205 return static_cast<CommentKind>(CommentBits.Kind); in getCommentKind() 244 InlineContentComment(CommentKind K, in InlineContentComment() 382 HTMLTagComment(CommentKind K, in HTMLTagComment() 538 BlockContentComment(CommentKind K, in BlockContentComment() 619 BlockCommandComment(CommentKind K, in BlockCommandComment()
|
D | Decl.h | 114 PragmaMSCommentKind CommentKind; variable 121 PragmaMSCommentKind CommentKind) in PragmaCommentDecl() argument 122 : Decl(PragmaComment, TU, CommentLoc), CommentKind(CommentKind) {} in PragmaCommentDecl() 127 PragmaMSCommentKind CommentKind, 132 PragmaMSCommentKind getCommentKind() const { return CommentKind; } in getCommentKind()
|
/external/clang/lib/AST/ |
D | RawCommentList.cpp | 25 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind() 31 RawComment::CommentKind K; in getCommentKind() 104 static bool isOrdinaryKind(RawComment::CommentKind K) { in isOrdinaryKind() 121 std::pair<CommentKind, bool> K = getCommentKind(RawText, ParseAllComments); in RawComment()
|
D | Decl.cpp | 3928 PragmaMSCommentKind CommentKind, in Create() argument 3932 PragmaCommentDecl(DC, CommentLoc, CommentKind); in Create()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 8274 RawComment::CommentKind Kind = in ReadComments() 8275 (RawComment::CommentKind) Record[Idx++]; in ReadComments()
|
D | ASTReaderDecl.cpp | 575 D->CommentKind = (PragmaMSCommentKind)Record[Idx++]; in VisitPragmaCommentDecl()
|