absyntax_utils/function_call_iterator.cc
changeset 202 da1a8186f86f
parent 181 38d6eb056260
child 265 4d222f46f8cc
equal deleted inserted replaced
201:e657008f43d0 202:da1a8186f86f
    30  * a c++ source program equivalent to the IL and ST
    30  * a c++ source program equivalent to the IL and ST
    31  * code.
    31  * code.
    32  */
    32  */
    33 
    33 
    34 /* given a function_body_c, iterate through each
    34 /* given a function_body_c, iterate through each
    35  * function in/out/inout parameter, returning the name
    35  * function/FB call in that code.
    36  * of each parameter...
       
    37  */
    36  */
    38 
    37 
    39 
    38 
    40 #include "function_call_iterator.hh"
    39 #include "function_call_iterator.hh"
    41 
    40