Home
last modified time | relevance | path

Searched defs:CommentKind (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DComment.h52 enum class CommentKind { enum
DRawCommentList.h34 enum CommentKind { enum
DDecl.h147 PragmaMSCommentKind CommentKind; variable
150 PragmaMSCommentKind CommentKind) in PragmaCommentDecl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DComment.h52 enum class CommentKind { enum
DRawCommentList.h34 enum CommentKind { enum
DDecl.h147 PragmaMSCommentKind CommentKind; variable
150 PragmaMSCommentKind CommentKind) in PragmaCommentDecl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DComment.h52 enum class CommentKind { enum
DRawCommentList.h34 enum CommentKind { enum
DDecl.h147 PragmaMSCommentKind CommentKind; variable
150 PragmaMSCommentKind CommentKind) in PragmaCommentDecl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DComment.h52 enum class CommentKind { enum
DRawCommentList.h34 enum CommentKind { enum
DDecl.h146 PragmaMSCommentKind CommentKind; variable
149 PragmaMSCommentKind CommentKind) in PragmaCommentDecl()
/aosp_15_r20/external/clang/include/clang/AST/
H A DRawCommentList.h30 enum CommentKind { enum
H A DComment.h186 enum CommentKind { enum
H A DDecl.h114 PragmaMSCommentKind CommentKind; variable
121 PragmaMSCommentKind CommentKind) in PragmaCommentDecl()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dnodes.go474 type CommentKind uint type
/aosp_15_r20/external/clang/lib/AST/
H A DDecl.cpp3928 PragmaMSCommentKind CommentKind, in Create()