package diffast-langs-cpp-parsing

  1. Overview
  2. Docs

Module Cpp_parsing.ContextSource

Sourcetype t =
  1. | TOP
  2. | STMT
  3. | EXPR
  4. | TY
  5. | NEW
  6. | MEM_INIT
  7. | CLASS
  8. | MEM
  9. | ENUM
Sourcetype sub =
  1. | INI
  2. | END_OF_TY_SPEC
  3. | END_OF_ID_EXPR
  4. | END_OF_DTOR
  5. | END_OF_STMT
  6. | START_OF_STMT of int
  7. | IN_SIMPLE_TEMPL_ID
  8. | IN_CASE_LABEL
  9. | IN_EXPR
  10. | END_OF_LAM_INTRO
Sourceval to_string : t -> string
Sourceval sub_to_string : sub -> string