Searched refs:cxx_manglings (Results 1 – 2 of 2) sorted by relevance
263 if let Ok(mut manglings) = cursor.cxx_manglings() { in cursor_mangling()
77 pub fn cxx_manglings(&self) -> Result<Vec<String>, ()> { in cxx_manglings() method