HomeSort by: relevance | last modified time | path
    Searched defs:edit_context (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
edit-context.h 25 class edit_context;
33 as containing invalid changes mean that the whole of the edit_context
42 class edit_context class
45 edit_context ();
edit-context.cc 30 via a class edit_context; the other classes are support classes for
31 edit_context.
39 The "filename" params are required to outlive the edit_context (no
42 /* Forward decls. class edit_context is declared within edit-context.h.
44 class edit_context;
61 /* The state of one named file within an edit_context: the filename,
207 /* Implementation of class edit_context. */
209 /* edit_context's ctor. */
211 edit_context::edit_context () function in class:edit_context
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
edit-context.h 26 class edit_context;
34 as containing invalid changes mean that the whole of the edit_context
43 class edit_context class
46 edit_context (file_cache &);
edit-context.cc 30 via a class edit_context; the other classes are support classes for
31 edit_context.
39 The "filename" params are required to outlive the edit_context (no
42 /* Forward decls. class edit_context is declared within edit-context.h.
44 class edit_context;
61 /* The state of one named file within an edit_context: the filename,
67 edited_file (edit_context &ec, const char *filename);
108 edit_context &m_edit_context;
213 /* Implementation of class edit_context. */
215 /* edit_context's ctor. *
217 edit_context::edit_context (file_cache &fc) function in class:edit_context
    [all...]

Completed in 59 milliseconds