Home
last modified time | relevance | path

Searched refs:ty_spelling (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/bindgen/src/ir/
Ditem.rs1716 let ty_spelling = ty.spelling(); in type_param() localVariable
1782 let definition = if is_template_with_spelling(&location, &ty_spelling) { in type_param()
1789 if is_template_with_spelling(&refd, &ty_spelling) => in type_param()
1802 child_ty.spelling() == ty_spelling in type_param()
1808 &ty_spelling, in type_param()
1827 assert!(is_template_with_spelling(&definition, &ty_spelling)); in type_param()
1850 let name = ty_spelling.replace("const ", "").replace(".", ""); in type_param()