• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/swig-12/Source/Modules/

Lines Matching refs:Node

228   bool have_docstring(Node *n) {
240 String *docstring(Node *n, autodoc_t ad_type) {
299 String *make_autodocParmList(Node *n, bool showTypes) {
305 Node *lookup;
413 String *make_autodoc(Node *n, autodoc_t ad_type) {
421 Node *pn = Swig_methodclass(n);
442 Node* parent = parentNode(base.item);
447 Node* mod = Getattr(parent, "module");
506 Node* on = n;
545 Node *lookup = Swig_symbol_clookup(type, 0);
956 virtual int top(Node *n) {
962 Node *swigModule = Getattr(n, "module");
964 Node *options = Getattr(swigModule, "options");
1152 virtual int importDirective(Node *n) {
1230 virtual int nativeWrapper(Node *n) {
1239 void defineAliases(Node *n, const_String_or_char_ptr iname) {
1257 * create_command(Node *n, char *iname)
1273 void create_command(Node *n, const_String_or_char_ptr iname) {
1407 void marshalInputArgs(Node *n, ParmList *l, int numarg, int numreq, String *kwargs, bool allow_kwargs, Wrapper *f) {
1599 virtual int functionWrapper(Node *n) {
1764 Node *pn = Swig_methodclass(n);
1827 Node *parent = Swig_methodclass(n);
1828 Node *modname = Getattr(parent, "module");
1829 Node *target = Swig_directormap(modname, type);
1988 void dispatchFunction(Node *n) {
2035 Node *sibl = n;
2096 virtual int variableWrapper(Node *n) {
2246 virtual int constantWrapper(Node *n) {
2304 virtual int classDeclaration(Node *n) {
2329 void includeRubyModules(Node *n) {
2346 void handleBaseClasses(Node *n) {
2402 void handleMarkFuncDirective(Node *n) {
2414 void handleFreeFuncDirective(Node *n) {
2428 void handleTrackDirective(Node *n) {
2441 virtual int classHandler(Node *n) {
2531 virtual int memberfunctionHandler(Node *n) {
2549 void set_director_ctor_code(Node *n) {
2553 Node *pn = Swig_methodclass(n);
2569 virtual int constructorHandler(Node *n) {
2626 virtual int copyconstructorHandler(Node *n) {
2644 virtual int destructorHandler(Node *n) {
2647 Node *pn = Swig_methodclass(n);
2706 virtual int membervariableHandler(Node *n) {
2729 virtual int staticmemberfunctionHandler(Node *n) {
2746 virtual int memberconstantHandler(Node *n) {
2761 virtual int staticmembervariableHandler(Node *n) {
2779 virtual int classDirector(Node *n) {
2783 virtual int classDirectorInit(Node *n) {
2793 virtual int classDirectorEnd(Node *n) {
2802 virtual int classDirectorConstructor(Node *n) {
2803 Node *parent = Getattr(n, "parentNode");
2853 virtual int classDirectorDefaultConstructor(Node *n) {
2874 void exceptionSafeMethodCall(String *className, Node *n, Wrapper *w, int argc, String *args, bool initstack) {
2958 virtual int classDirectorMethod(Node *n, Node *parent, String *super) {
3151 Node *modname = Getattr(parent, "module");
3152 Node *target = Swig_directormap(modname, parameterType);
3340 virtual int classDirectorConstructors(Node *n) {
3344 virtual int classDirectorMethods(Node *n) {
3348 virtual int classDirectorDisown(Node *n) {