Searched defs:is_anonymous (Results 1 – 9 of 9) sorted by relevance
| /third_party/libabigail/src/ |
| D | abg-reader.cc | 2790 read_is_anonymous(xmlNodePtr node, bool& is_anonymous) in read_is_anonymous() 3718 bool is_anonymous = false; in build_type_decl() local 4421 bool is_anonymous = false; in build_enum_type_decl() local 4661 bool is_anonymous = false; in build_class_decl() local 5085 bool is_anonymous = false; in build_union_decl() local
|
| D | abg-dwarf-reader.cc | 12175 bool is_anonymous = true) in build_enum_underlying_type() 12226 bool is_anonymous = false; in build_enum_type() local 12751 bool is_anonymous = false; in add_or_update_class_type() local 13157 bool is_anonymous = false; in add_or_update_union_type() local
|
| D | abg-ir.cc | 22418 member_functions& mbr_fns, bool is_anonymous) in class_decl() 22499 visibility vis, bool is_anonymous) in class_decl() 24366 bool is_anonymous) in union_decl() 24433 visibility vis, bool is_anonymous) in union_decl() 26256 bool is_anonymous, in build_internal_underlying_enum_type_name()
|
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| D | ty.rs | 706 let is_anonymous = cursor.is_anonymous(); in from_clang_ty() localVariable
|
| /third_party/mesa3d/src/compiler/ |
| D | glsl_types.h | 1046 bool is_anonymous() const in is_anonymous() function
|
| /third_party/node/deps/v8/src/parsing/ |
| D | parser-base.h | 625 bool is_anonymous; member 786 ClassScope* NewClassScope(Scope* parent, bool is_anonymous) const { in NewClassScope() 4691 bool is_anonymous = impl()->IsNull(name); in ParseClassLiteral() local
|
| /third_party/node/deps/v8/src/ast/ |
| D | scopes.cc | 186 ClassScope::ClassScope(Zone* zone, Scope* outer_scope, bool is_anonymous) in ClassScope()
|
| D | ast.h | 2527 bool has_static_computed_names, bool is_anonymous, in ClassLiteral() 3278 bool is_anonymous, bool has_private_methods, Variable* home_object, in NewClassLiteral()
|
| /third_party/rust/crates/bindgen/bindgen/ |
| D | clang.rs | 90 pub fn is_anonymous(&self) -> bool { in is_anonymous() method
|