Lines Matching full:full
17 //! [`syn::File`] which represents a full source file, but there are other
234 //! - **`full`** — Data structures for representing the syntax tree of all valid
316 #[cfg(any(feature = "full", feature = "derive"))]
318 #[cfg(any(feature = "full", feature = "derive"))]
319 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
332 #[cfg(any(feature = "full", feature = "derive"))]
334 #[cfg(any(feature = "full", feature = "derive"))]
335 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
338 #[cfg(any(feature = "full", feature = "derive"))]
349 #[cfg(any(feature = "full", feature = "derive"))]
351 #[cfg(feature = "full")]
352 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
354 #[cfg(any(feature = "full", feature = "derive"))]
355 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
360 #[cfg(any(feature = "full", feature = "derive"))]
361 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
373 #[cfg(feature = "full")]
375 #[cfg(feature = "full")]
376 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
379 #[cfg(any(feature = "full", feature = "derive"))]
381 #[cfg(any(feature = "full", feature = "derive"))]
382 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
388 #[cfg(all(any(feature = "full", feature = "derive"), feature = "printing"))]
391 doc(cfg(all(any(feature = "full", feature = "derive"), feature = "printing")))
399 #[cfg(feature = "full")]
401 #[cfg(feature = "full")]
402 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
425 #[cfg(any(feature = "full", feature = "derive"))]
427 #[cfg(any(feature = "full", feature = "derive"))]
428 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
431 #[cfg(all(feature = "parsing", any(feature = "full", feature = "derive")))]
434 doc(cfg(all(feature = "parsing", any(feature = "full", feature = "derive"))))
438 #[cfg(any(feature = "full", feature = "derive"))]
440 #[cfg(any(feature = "full", feature = "derive"))]
441 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
454 #[cfg(feature = "full")]
456 #[cfg(feature = "full")]
457 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
462 #[cfg(feature = "full")]
463 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
469 #[cfg(any(feature = "full", feature = "derive"))]
471 #[cfg(any(feature = "full", feature = "derive"))]
472 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
478 #[cfg(all(any(feature = "full", feature = "derive"), feature = "printing"))]
483 #[cfg(any(feature = "full", feature = "derive"))]
485 #[cfg(any(feature = "full", feature = "derive"))]
486 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
497 #[cfg(feature = "full")]
499 #[cfg(feature = "full")]
500 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
505 #[cfg(all(any(feature = "full", feature = "derive"), feature = "extra-traits"))]
508 #[cfg(any(feature = "full", feature = "derive"))]
510 #[cfg(any(feature = "full", feature = "derive"))]
511 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
518 #[cfg(all(any(feature = "full", feature = "derive"), feature = "parsing"))]
521 #[cfg(all(feature = "parsing", feature = "full"))]
578 /// // syn = { version = "2.0", features = ["fold", "full"] }
660 /// // syn = { version = "2.0", features = ["full", "visit"] }
780 /// // syn = { version = "2.0", features = ["full", "visit-mut"] }
839 #[cfg(any(feature = "full", feature = "derive"))]
984 #[cfg(all(feature = "parsing", feature = "full"))]
985 #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))]