package diffast-langs-cpp-parsing

  1. Overview
  2. Docs
val mutable scope : Scope.t
method scope : Scope.t
method change_scope : Scope.t -> unit
method block_scope : bool
method iter : (Cpp_parsing.Common.ident -> Spec.c -> unit) -> unit
method register : ?templatize:bool -> ?replace:bool -> Cpp_parsing.Common.ident -> Spec.c -> unit
method remove_macro : Cpp_parsing.Common.ident -> unit
method find_all : ?filt:(Spec.c -> bool) -> Cpp_parsing.Common.ident -> Spec.c list
method find : ?filt:(Spec.c -> bool) -> Cpp_parsing.Common.ident -> Spec.c
method to_string : string
OCaml

Innovation. Community. Security.