Home
last modified time | relevance | path

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

1234

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/syntax/src/ast/
H A Dtoken_ext.rs13 pub fn kind(&self) -> CommentKind { in kind()
54 pub struct CommentKind { struct
55 pub shape: CommentShape,
56 pub doc: Option<CommentPlacement>,
81 impl CommentKind { impl
94 pub(crate) fn from_text(text: &str) -> CommentKind { in from_text()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/syntax/src/ast/
H A Dtoken_ext.rs13 pub fn kind(&self) -> CommentKind { in kind()
54 pub struct CommentKind { struct
55 pub shape: CommentShape,
56 pub doc: Option<CommentPlacement>,
81 impl CommentKind { implementation
94 pub(crate) fn from_text(text: &str) -> CommentKind { in from_text()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/IDE/Renesas/e2studio/DK-S7G2/
H A Duser_settings.h31
32 #define HAVE_ECC
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DRawCommentList.h34 enum CommentKind { enum
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DRawCommentList.h34 enum CommentKind { enum
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DRawCommentList.h34 enum CommentKind { enum
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DRawCommentList.h34 enum CommentKind { enum
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DRawCommentList.h34 enum CommentKind { enum
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DRawCommentList.h34 enum CommentKind { enum
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DRawCommentList.h34 enum CommentKind { enum
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h34 enum CommentKind { enum
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DRawCommentList.h34 enum CommentKind { enum
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DRawCommentList.h34 enum CommentKind { enum
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DRawCommentList.h34 enum CommentKind { enum
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DRawCommentList.h29 enum CommentKind { enum
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DRawCommentList.h32 enum CommentKind { enum
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h32 enum CommentKind { enum
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DRawCommentList.h30 enum CommentKind { enum
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Ddoc.rs372 pub fn strip_doc_comment_decoration(doc: &str, comment_kind: CommentKind, span: Span) -> (String, V… in strip_doc_comment_decoration()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_ast-722.0.0/src/attr/
H A Dmod.rs350 comment_kind: CommentKind, in mk_doc_comment()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_parse-722.0.0/src/lexer/
H A Dmod.rs280 comment_kind: CommentKind, in cook_doc_comment()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_ast-718.0.0/src/attr/
H A Dmod.rs350 comment_kind: CommentKind, in mk_doc_comment()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_parse-718.0.0/src/lexer/
H A Dmod.rs284 comment_kind: CommentKind, in cook_doc_comment()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_ast/src/attr/
H A Dmod.rs350 comment_kind: CommentKind, in mk_doc_comment()
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_parse/src/lexer/
H A Dmod.rs280 comment_kind: CommentKind, in cook_doc_comment()

1234