Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Ditem.rs1763 fn is_template_with_spelling( in type_param() function
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()
1806 if is_template_with_spelling( in type_param()
1827 assert!(is_template_with_spelling(&definition, &ty_spelling)); in type_param()