Home
last modified time | relevance | path

Searched refs:UnresolvedName (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dresolve.rs12 pub fn resolve(&self, ident: &impl UnresolvedName) -> Resolution<'a> { in resolve()
20 pub fn try_resolve(&self, ident: &impl UnresolvedName) -> Option<Resolution<'a>> { in try_resolve()
26 pub trait UnresolvedName { traits
30 impl UnresolvedName for Ident {
36 impl UnresolvedName for NamedType {
42 impl<'a> UnresolvedName for NamedImplKey<'a> {
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dresolve.rs12 pub fn resolve(&self, ident: &impl UnresolvedName) -> Resolution<'a> { in resolve()
20 pub fn try_resolve(&self, ident: &impl UnresolvedName) -> Option<Resolution<'a>> { in try_resolve()
26 pub trait UnresolvedName { traits
30 impl UnresolvedName for Ident {
36 impl UnresolvedName for NamedType {
42 impl<'a> UnresolvedName for NamedImplKey<'a> {
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dresolve.rs12 pub fn resolve(&self, ident: &impl UnresolvedName) -> Resolution<'a> { in resolve()
20 pub fn try_resolve(&self, ident: &impl UnresolvedName) -> Option<Resolution<'a>> { in try_resolve()
26 pub trait UnresolvedName { traits
30 impl UnresolvedName for Ident {
36 impl UnresolvedName for NamedType {
42 impl<'a> UnresolvedName for NamedImplKey<'a> {
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dresolve.rs12 pub fn resolve(&self, ident: &impl UnresolvedName) -> Resolution<'a> { in resolve()
20 pub fn try_resolve(&self, ident: &impl UnresolvedName) -> Option<Resolution<'a>> { in try_resolve()
26 pub trait UnresolvedName { traits
30 impl UnresolvedName for Ident {
36 impl UnresolvedName for NamedType {
42 impl<'a> UnresolvedName for NamedImplKey<'a> {
/third_party/rust/crates/cxx/syntax/
H A Dresolve.rs12 pub fn resolve(&self, ident: &impl UnresolvedName) -> Resolution<'a> { in resolve()
20 pub fn try_resolve(&self, ident: &impl UnresolvedName) -> Option<Resolution<'a>> { in try_resolve()
26 pub trait UnresolvedName { traits
30 impl UnresolvedName for Ident {
36 impl UnresolvedName for NamedType {
42 impl<'a> UnresolvedName for NamedImplKey<'a> {

Completed in 2 milliseconds