Searched refs:class_decl_loc_t (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c31037 class class_decl_loc_t
31041 class_decl_loc_t ()
31054 class_decl_loc_t (tag_types class_key, bool key_redundant, bool def_p,
31067 class_decl_loc_t (const class_decl_loc_t &rhs)
31072 class_decl_loc_t& operator= (const class_decl_loc_t &rhs)
31083 ~class_decl_loc_t ()
31156 /* A mapping between a TYPE_DECL for a class and the class_decl_loc_t
31158 typedef hash_map<tree_decl_hash, class_decl_loc_t> class_to_loc_map_
31039 class_decl_loc_t () function
31052 class_decl_loc_t (tag_types class_key, bool key_redundant, bool def_p, function
31065 class_decl_loc_t (const class_decl_loc_t &rhs) function
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc[all...]

Completed in 286 milliseconds