HomeSort by relevance Sort by last modified time
    Searched defs:CommentKind (Results 1 - 5 of 5) 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,
Decl.h 114 PragmaMSCommentKind CommentKind;
121 PragmaMSCommentKind CommentKind)
122 : Decl(PragmaComment, TU, CommentLoc), CommentKind(CommentKind) {}
127 PragmaMSCommentKind CommentKind,
132 PragmaMSCommentKind getCommentKind() const { return CommentKind; }
    [all...]
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,
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
nodes.go 439 type CommentKind uint
442 Above CommentKind = iota
449 Kind CommentKind
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
nodes.go 439 type CommentKind uint
442 Above CommentKind = iota
449 Kind CommentKind

Completed in 77 milliseconds