• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/swig-10/Source/CParse/

Lines Matching defs:declaration

259 /* Return if the node is a friend declaration */
269 /* Add declaration list to symbol table */
471 Printf(ec,"previous declaration of '%s'",symname);
1092 /* Add the appropriate declaration to the C++ processor */
1110 /* Insert a forward class declaration */
1265 /* Create new declaration - with the last parameter removed */
1279 /* check if a function declaration is a plain C object */
1528 %type <node> program interface declaration swig_directive ;
1627 interface : interface declaration {
1628 /* add declaration to end of linked list (the declaration isn't always a single declaration, sometimes it is a linked list itself) */
1637 declaration : swig_directive { $$ = $1; }
2147 %name(newname) declaration
2148 %name("newname") declaration
2178 Swig_error(cparse_file,cparse_line,"%%native declaration '%s' is not a function.\n", $7.id);
2910 /* An extern C type declaration, disable cparse_cplusplus if needed. */
2940 A C global declaration of some kind (may be variable, function, typedef, etc.)
2977 /* This is a special case. If the scope name of the declaration exactly
2978 matches that of the declaration, then we will allow it. Otherwise, delete. */
3173 could be a declaration of the form:
3436 /* we add the declaration in the original namespace */
3623 /* check if we get a namespace node with a class declaration, and retrieve the class */
4314 variable declaration information and generate the associated wrapper
4323 /* A struct sname { } id; declaration */
4347 * declaration (SF bug #909387). */
4359 /* A struct { } id; declaration */
4386 /* A 'class name : base_list { };' declaration, always ignored */