Home
last modified time | relevance | path

Searched defs:Ident (Results 1 – 25 of 56) sorted by relevance

123

/third_party/rust/crates/cxx/syntax/
Dresolve.rs27 fn ident(&self) -> &Ident; in ident()
30 impl UnresolvedName for Ident { implementation
31 fn ident(&self) -> &Ident { in ident()
37 fn ident(&self) -> &Ident { in ident()
43 fn ident(&self) -> &Ident { in ident()
Dtrivial.rs21 structs: &UnorderedMap<&'a Ident, &'a Struct>, in required_trivial_reasons()
22 enums: &UnorderedMap<&'a Ident, &'a Enum>, in required_trivial_reasons()
23 cxx: &UnorderedSet<&'a Ident>, in required_trivial_reasons()
24 ) -> UnorderedMap<&'a Ident, Vec<TrivialReason<'a>>> { in required_trivial_reasons()
Datom.rs93 impl PartialEq<Atom> for &Ident { implementation
Dnamespace.rs23 pub fn iter(&self) -> Iter<Ident> { in iter()
Dattrs.rs266 fn parse_rust_name_attribute(meta: &Meta) -> Result<Ident> { in parse_rust_name_attribute()
Dsymbol.rs59 impl Segment for Ident { implementation
/third_party/rust/crates/syn/src/
Dident.rs31 impl From<Token![_]> for Ident { implementation
32 fn from(token: Token![_]) -> Ident { in from()
75 impl Parse for Ident { implementation
94 impl Token for Ident { implementation
Dext.rs82 fn unraw(&self) -> Ident; in unraw()
85 impl IdentExt for Ident { implementation
93 fn unraw(&self) -> Ident { in unraw()
124 impl Sealed for Ident {} implementation
Dbuffer.rs20 Ident(Ident), enumerator
230 pub fn ident(mut self) -> Option<(Ident, Cursor<'a>)> { in ident()
/third_party/rust/crates/clap/clap_derive/src/derives/
Dinto_app.rs23 item_name: &Ident, in gen_for_struct()
63 item_name: &Ident, in gen_for_enum()
Dvalue_enum.rs39 item_name: &Ident, in gen_for_enum()
74 fn lits(variants: &[(&Variant, Item)]) -> Result<Vec<(TokenStream, Ident)>, syn::Error> { in lits() argument
Dparser.rs85 item_name: &Ident, in gen_for_struct()
104 item_name: &Ident, in gen_for_enum()
Dargs.rs68 item_name: &Ident, in gen_for_struct()
163 app_var: &Ident, in gen_augment()
640 field_name: &Ident, in gen_parsers()
/third_party/rust/crates/syn/tests/
Dtest_ident.rs5 fn parse(s: &str) -> Result<Ident> { in parse()
9 fn new(s: &str) -> Ident { in new()
/third_party/rust/crates/proc-macro2/src/
Dlib.rs552 Ident(Ident), enumerator
920 pub struct Ident { struct
921 inner: imp::Ident, argument
925 impl Ident { argument
991 impl PartialEq for Ident { implementation
997 impl<T> PartialEq<T> for Ident implementation
1006 impl Eq for Ident {} implementation
1008 impl PartialOrd for Ident { implementation
1014 impl Ord for Ident { implementation
1020 impl Hash for Ident { implementation
[all …]
Dwrapper.rs652 pub(crate) enum Ident { enum
657 impl Ident { implementation
698 fn unwrap_nightly(self) -> proc_macro::Ident { in unwrap_nightly()
706 impl PartialEq for Ident { implementation
717 impl<T> PartialEq<T> for Ident implementation
730 impl Display for Ident { implementation
739 impl Debug for Ident { implementation
Dfallback.rs751 pub(crate) struct Ident { struct
757 impl Ident { impl
844 impl PartialEq for Ident { implementation
850 impl<T> PartialEq<T> for Ident implementation
864 impl Display for Ident { implementation
874 impl Debug for Ident { implementation
/third_party/rust/crates/bindgen/bindgen/codegen/
Ddyngen.rs78 lib_ident: Ident, in get_tokens()
129 ident: Ident, in push()
Dimpl_partialeq.rs79 name_ident: proc_macro2::Ident, in gen_field()
/third_party/rust/crates/syn/codegen/src/
Dgen.rs8 pub fn under_name(name: &str) -> Ident { in under_name()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp166 Value *OpenMPIRBuilder::getOrCreateThreadID(Value *Ident) { in getOrCreateThreadID()
253 Value *Ident = getOrCreateIdent(SrcLocStr); in CreateCancel() local
312 Value *Ident = getOrCreateIdent(SrcLocStr); in CreateParallel() local
/third_party/rust/crates/serde/serde_derive/src/internals/
Dsymbol.rs43 impl PartialEq<Symbol> for Ident { implementation
49 impl<'a> PartialEq<Symbol> for &'a Ident { implementation
/third_party/rust/crates/quote/src/
Dident_fragment.rs45 impl IdentFragment for Ident { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELFObjectFile.cpp71 std::pair<unsigned char, unsigned char> Ident = in createELFObjectFile() local
/third_party/rust/crates/clap/clap_derive/src/
Ditem.rs251 ident: Ident, in new()
279 fn push_method(&mut self, kind: AttrKind, name: Ident, arg: impl ToTokens) { in push_method()
986 pub fn ident(&self) -> &Ident { in ident()
1214 pub fn new(name: Ident, args: TokenStream) -> Self { in new()
1218 fn from_env(ident: Ident, env_var: &str) -> Result<Option<Self>, syn::Error> { in from_env()

123