Searched refs:local_methods (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h2982 local_methods() const function in class:Named_type
H A Dtypes.cc9379 const Bindings* local_methods = nt->local_methods(); local
9380 if (local_methods == NULL)
9384 local_methods->begin_declarations();
9385 p != local_methods->end_declarations();
H A Dgogo.cc2880 && nt->local_methods() != NULL)
2882 const Bindings* methods = nt->local_methods();

Completed in 203 milliseconds