Lines Matching full:full

19 //!   [`syn::File`] which represents a full source file, but there are other
236 //! - **`full`** — Data structures for representing the syntax tree of all valid
330 #[cfg(any(feature = "full", feature = "derive"))]
332 #[cfg(any(feature = "full", feature = "derive"))]
333 #[cfg_attr(docsrs, doc(cfg(any(feature = "full", feature = "derive"))))]
343 all(feature = "parsing", feature = "full"),
344 all(feature = "printing", any(feature = "full", feature = "derive")),
352 #[cfg(any(feature = "full", feature = "derive"))]
354 #[cfg(any(feature = "full", feature = "derive"))]
355 #[cfg_attr(docsrs, doc(cfg(any(feature = "full", feature = "derive"))))]
358 #[cfg(any(feature = "full", feature = "derive"))]
369 #[cfg(any(feature = "full", feature = "derive"))]
371 #[cfg(feature = "full")]
372 #[cfg_attr(docsrs, doc(cfg(feature = "full")))]
374 #[cfg(any(feature = "full", feature = "derive"))]
375 #[cfg_attr(docsrs, doc(cfg(any(feature = "full", feature = "derive"))))]
380 #[cfg(any(feature = "full", feature = "derive"))]
381 #[cfg_attr(docsrs, doc(cfg(feature = "full")))]
393 #[cfg(feature = "full")]
395 #[cfg(feature = "full")]
396 #[cfg_attr(docsrs, doc(cfg(feature = "full")))]
399 #[cfg(all(any(feature = "full", feature = "derive"), feature = "printing"))]
402 #[cfg(any(feature = "full", feature = "derive"))]
404 #[cfg(any(feature = "full", feature = "derive"))]
405 #[cfg_attr(docsrs, doc(cfg(any(feature = "full", feature = "derive"))))]
411 #[cfg(feature = "full")]
412 #[cfg_attr(docsrs, doc(cfg(feature = "full")))]
414 #[cfg(all(any(feature = "full", feature = "derive"), feature = "printing"))]
417 doc(cfg(all(any(feature = "full", feature = "derive"), feature = "printing")))
425 #[cfg(feature = "full")]
427 #[cfg(feature = "full")]
428 #[cfg_attr(docsrs, doc(cfg(feature = "full")))]
453 #[cfg(any(feature = "full", feature = "derive"))]
455 #[cfg(any(feature = "full", feature = "derive"))]
456 #[cfg_attr(docsrs, doc(cfg(any(feature = "full", feature = "derive"))))]
459 #[cfg(all(feature = "parsing", any(feature = "full", feature = "derive")))]
462 doc(cfg(all(feature = "parsing", any(feature = "full", feature = "derive"))))
466 #[cfg(any(feature = "full", feature = "derive"))]
468 #[cfg(any(feature = "full", feature = "derive"))]
469 #[cfg_attr(docsrs, doc(cfg(any(feature = "full", feature = "derive"))))]
482 #[cfg(feature = "full")]
484 #[cfg(feature = "full")]
485 #[cfg_attr(docsrs, doc(cfg(feature = "full")))]
491 #[cfg(any(feature = "full", feature = "derive"))]
493 #[cfg(any(feature = "full", feature = "derive"))]
494 #[cfg_attr(docsrs, doc(cfg(any(feature = "full", feature = "derive"))))]
501 any(feature = "full", feature = "derive"),
506 #[cfg(all(any(feature = "full", feature = "derive"), feature = "printing"))]
511 #[cfg(any(feature = "full", feature = "derive"))]
513 #[cfg(any(feature = "full", feature = "derive"))]
514 #[cfg_attr(docsrs, doc(cfg(any(feature = "full", feature = "derive"))))]
519 #[cfg(all(feature = "parsing", feature = "derive", not(feature = "full")))]
528 #[cfg(feature = "full")]
530 #[cfg(feature = "full")]
531 #[cfg_attr(docsrs, doc(cfg(feature = "full")))]
536 #[cfg(all(any(feature = "full", feature = "derive"), feature = "extra-traits"))]
539 #[cfg(any(feature = "full", feature = "derive"))]
541 #[cfg(any(feature = "full", feature = "derive"))]
542 #[cfg_attr(docsrs, doc(cfg(any(feature = "full", feature = "derive"))))]
549 #[cfg(all(any(feature = "full", feature = "derive"), feature = "parsing"))]
552 #[cfg(all(feature = "parsing", feature = "full"))]
610 /// // syn = { version = "2.0", features = ["fold", "full"] }
692 /// // syn = { version = "2.0", features = ["full", "visit"] }
812 /// // syn = { version = "2.0", features = ["full", "visit-mut"] }
987 #[cfg(all(feature = "parsing", feature = "full"))]
988 #[cfg_attr(docsrs, doc(cfg(all(feature = "parsing", feature = "full"))))]