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

/macosx-10.9.5/swig-10/Source/Modules/
H A Dallocate.cxx70 String *this_decl = Getattr(n, "decl");
71 if (!this_decl)
76 String *resolved_decl = SwigType_typedef_resolve_all(this_decl);
87 if (function_is_defined_in_bases_seek(n, b, extend, this_decl, name, this_type, resolved_decl)) {
97 if (function_is_defined_in_bases_seek(n, b, usingdecl, this_decl, name, this_type, resolved_decl)) {
105 if (function_is_defined_in_bases_seek(n, b, base, this_decl, name, this_type, resolved_decl)) {
124 int function_is_defined_in_bases_seek(Node *n, Node *b, Node *base, String *this_decl, String *name, String *this_type, String *resolved_decl) { argument
134 bool decl_match = Strcmp(base_decl, this_decl) == 0 ? true : false;
185 //Printf(stderr,"look %s %s %d %d\n",base_decl, this_decl, returntype_match, decl_match);

Completed in 72 milliseconds