
Public Member Functions | |
| write_st (TOKEN_BUFFER tb, UINT lbd, SYMTAB_IDX symtab) | |
| void | operator() (UINT32 idx, ST *st) const |
Private Attributes | |
| TOKEN_BUFFER | tokens |
| UINT | lines_between_decls |
| SYMTAB_IDX | symtab |
Definition at line 1225 of file wn2f_stmt.cxx.
| write_st::write_st | ( | TOKEN_BUFFER | tb, | |
| UINT | lbd, | |||
| SYMTAB_IDX | symtab | |||
| ) | [inline] |
Definition at line 1231 of file wn2f_stmt.cxx.
Definition at line 1240 of file wn2f_stmt.cxx.
References Append_F77_Indented_Newline(), BE_ST_w2fc_referenced(), CLASS_FUNC, CLASS_PARAMETER, CLASS_TYPE, CLASS_VAR, Current_scope, Data_Stmt_Tokens, EXPORT_LOCAL_INTERNAL, Find_INITO_For_Symbol(), GLOBAL_SYMTAB, INITO2F_translate(), lines_between_decls, New_Token_Buffer(), NULL, SCLASS_DGLOBAL, SCLASS_EXTERN, SCLASS_FORMAL, SCLASS_PSTATIC, SCLASS_TEXT, Scope_tab, Set_TY_is_translated_to_c(), SCOPE::st, ST2F_decl_translate(), ST_base(), ST_class(), ST_export(), ST_has_nested_ref(), ST_is_deleted(), ST_is_equivalenced(), ST_is_external(), ST_is_in_module(), ST_is_initialized(), ST_is_namelist(), ST_is_temp_var(), ST_name(), ST_pu(), ST_sclass(), ST_sym_class(), ST_type(), Stab_Is_Common_Block(), Stab_Is_Equivalence_Block(), Stab_No_Linkage(), symtab, tokens, TY_Is_Structured(), W2F_File, W2F_FTN_FILE, W2F_LOC_FILE, and Write_And_Reclaim_Tokens().

UINT write_st::lines_between_decls [private] |
Definition at line 1228 of file wn2f_stmt.cxx.
Referenced by operator()().
SYMTAB_IDX write_st::symtab [private] |
Definition at line 1229 of file wn2f_stmt.cxx.
Referenced by operator()().
TOKEN_BUFFER write_st::tokens [private] |
Definition at line 1227 of file wn2f_stmt.cxx.
Referenced by operator()().
1.7.1