Home
last modified time | relevance | path

Searched refs:Swig_symbol_clookup_no_inherit (Results 1 – 4 of 4) sorted by relevance

/dports/devel/swig/swig-4.0.2/Source/Swig/
H A Dswig.h239 extern Node *Swig_symbol_clookup_no_inherit(const_String_or_char_ptr name, Symtab *n);
H A Dsymbol.c1364 Node *Swig_symbol_clookup_no_inherit(const_String_or_char_ptr name, Symtab *n) { in Swig_symbol_clookup_no_inherit() function
/dports/devel/swig/swig-4.0.2/Source/CParse/
H A Dparser.y916 cname_node = Swig_symbol_clookup_no_inherit(cname, 0); in resolve_create_node_scope()
921 Node *last_node = Swig_symbol_clookup_no_inherit(last, 0); in resolve_create_node_scope()
3778 …Node* forward_declaration = Swig_symbol_clookup_no_inherit(Getattr($<node>$,"name"), Getattr(nscop…
H A Dparser.c957 cname_node = Swig_symbol_clookup_no_inherit(cname, 0); in resolve_create_node_scope()
962 Node *last_node = Swig_symbol_clookup_no_inherit(last, 0); in resolve_create_node_scope()
7394 …Node* forward_declaration = Swig_symbol_clookup_no_inherit(Getattr((yyval.node),"name"), Getattr(n… in yyparse()