Lines Matching refs:find
97 {return priv_->map.find(s) != priv_->map.end();}
109 priv_->map.find(s);
2281 // find the new main symbol
2537 string::size_type i = id.find('@');
2550 string::size_type j = id.find('@', i);
3828 auto ti = get_canonical_types_map().find(name);
3906 auto it = get_pointer_type_id_map().find(ptr);
3931 auto it = get_type_id_canonical_type_map().find(type_id);
4414 /// @param locus the location where to find the declaration in the
4460 /// @param l the location where to find the declaration in the source
8020 /// @param decl the scope member to find.
8055 /// @param decl the scope member to find.
8235 /// @param decl the decl for which to find a scope.
8278 /// @param decl the decl for which to find a scope.
8291 /// @param decl the decl for which to find a scope.
10918 istring_type_base_wptrs_map_type::const_iterator i = type_map.find(type_name);
10945 istring_type_base_wptrs_map_type::const_iterator i = type_map.find(type_name);
11476 /// sequence to find the type with a given name.
11639 /// sequence to find the type with a given name.
11661 /// sequence to find the type with a given name.
11732 /// sequence to find the type with a given name.
11768 /// sequence to find the type with a given name.
11842 /// sequence and lookup the types to find one that has a given name.
12121 string_tu_map_type::const_iterator i = corp.priv_->path_tu_map.find(tu_path);
12163 /// Look into a given corpus to find a type which has the same
12179 /// Look into a given corpus to find a basic type which has a given
12239 /// Look into a given corpus to find a basic type which has a given
12258 /// Look into a given corpus to find a class type which has the same
12277 /// Look into a given corpus to find a class type which has a given
12295 /// Look into a given corpus to find a class type which has a given
12316 /// Look into a given corpus to find the class type*s* that have a
12332 /// Look into a given corpus to find the class type*s* that have a
12367 /// Look into a given corpus to find the class type*s* that have a
12414 /// Look into a given corpus to find a union type which has a given
12437 /// Look into a given corpus to find a union type which has a given
12455 /// Look into a given corpus to find an enum type which has the same
12474 /// Look into a given corpus to find an enum type which has a given
12493 /// Look into a given corpus to find an enum type which has a given
12518 /// Look into a given corpus to find the enum type*s* that have a
12534 /// Look into a given corpus to find the enum type*s* that have a
12580 /// Look into a given corpus to find a typedef type which has the
12599 /// Look into a given corpus to find a typedef type which has the
12618 /// Look into a given corpus to find a typedef type which has a
12675 /// Look into a corpus to find a class, union or typedef type which
12683 /// @param qualified_name the name of the type to find.
12700 /// Look into a corpus to find a class, typedef or enum type which has
12724 /// Look into a given corpus to find a qualified type which has the
12740 /// Look into a given corpus to find a qualified type which has a
12764 /// Look into a given corpus to find a pointer type which has the same
12780 /// Look into a given corpus to find a pointer type which has a given
12808 /// Look into a given corpus to find a reference type which has the
12829 /// Look into a given corpus to find a reference type which has a
12858 /// Look into a given corpus to find an array type which has a given
12879 /// Look into a given corpus to find an array type which has the same
12906 /// Look into a given corpus to find a function type which has the same
12927 /// Look into a given corpus to find a function type which has the same
12950 /// Look into a given corpus to find a function type which has a given
12978 /// Look into a given corpus to find a type which has a given
13038 /// Look into a given corpus to find a type
13058 /// Look into a given corpus to find a type
13109 istring_type_base_wptrs_map_type::iterator i = types_map.find(s);
13170 istring_type_base_wptrs_map_type::iterator i = map.find(s);
13205 istring_type_base_wptrs_map_type::iterator i = types_map.find(s);
14194 environment::canonical_types_map_type::iterator i = types.find(repr);
14849 cur_pos = input.find(' ', prev_pos);
14863 cur_pos = input.find(' ', prev_pos);
21511 /// @param name the name of the data member to find in the current
21515 /// member to find inside the current @ref class_or_union.
21543 /// @param v the anonymous data member to find.
21568 /// non-empty name, then it tries to find a data member which has the
21573 /// find an anonymous data member which type equals that of the @ref
21647 /// @param linkage_name the linkage name of the method to find.
21658 /// @param linkage_name the linkage name of the method to find.
21665 priv_->mem_fns_map_.find(linkage_name);
21673 /// @param linkage_name the linkage name of the method to find.
21680 priv_->mem_fns_map_.find(linkage_name);
21708 priv_->signature_2_mem_fn_map_.find(s);
22260 /// let's suppose that we find out that they are different. Meaning
22608 priv_->bases_map_.find(qualified_name);
23313 klass->priv_->virtual_mem_fns_map_.find(voffset);
23642 second_v_fn_entry = r.get_virtual_mem_fns_map().find(voffset);
26366 pointer_set::iterator it = priv_->visited_ir_nodes.find(ptr_value);
26616 fns_to_str_map_type::const_iterator i = m.find(fn);