Home
last modified time | relevance | path

Searched refs:typedef_type (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/ir/
H A Dty.rs919 .typedef_type() in from_clang_ty()
1101 let inner = cursor.typedef_type().expect("Not valid Type?"); in from_clang_ty()
H A Dcomp.rs1288 cur.typedef_type().unwrap().canonical_type() == in from_ty()
/third_party/libabigail/src/
H A Dabg-corpus-priv.h790 maybe_update_types_lookup_map(const typedef_decl_sptr& typedef_type);
H A Dabg-writer.cc1862 if (typedef_decl_sptr typedef_type = decl->get_naming_typedef()) in write_naming_typedef()
1864 string id = ctxt.get_id_for_type(typedef_type); in write_naming_typedef()
1866 ctxt.record_type_as_referenced(typedef_type); in write_naming_typedef()
H A Dabg-ir.cc4722 /// @param typedef_type the new naming typedef.
13401 /// @param typedef_type the type to consider.
13403 maybe_update_types_lookup_map(const typedef_decl_sptr& typedef_type) in maybe_update_types_lookup_map() argument
13405 if (translation_unit *tu = typedef_type->get_translation_unit()) in maybe_update_types_lookup_map()
13407 (typedef_type, tu->get_types().typedef_types()); in maybe_update_types_lookup_map()
13409 if (corpus *type_corpus = typedef_type->get_corpus()) in maybe_update_types_lookup_map()
13412 (typedef_type, in maybe_update_types_lookup_map()
13416 (typedef_type, in maybe_update_types_lookup_map()
13423 (typedef_type, in maybe_update_types_lookup_map()
13427 (typedef_type, in maybe_update_types_lookup_map()
[all...]
/third_party/rust/crates/bindgen/bindgen/
H A Dclang.rs721 pub fn typedef_type(&self) -> Option<Type> { in typedef_type() functions
1943 if let Some(ty) = c.typedef_type() { in ast_dump()
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.cc175 const clang::TypedefType* typedef_type = in ResolveTemplate() local
177 if (!typedef_type) { in ResolveTemplate()
181 const clang::TypedefNameDecl* typedef_name_decl = typedef_type->getDecl(); in ResolveTemplate()

Completed in 40 milliseconds