Name.stack_frameSourceval _tbl : (Cpp_parsing.Common.ident, Spec.c) Hashtbl.tval mutable scope : Scope.tmethod scope : Scope.tmethod change_scope : Scope.t -> unitmethod iter : (Cpp_parsing.Common.ident -> Spec.c -> unit) -> unitmethod register : ?templatize:bool ->
?replace:bool ->
Cpp_parsing.Common.ident ->
Spec.c ->
unitmethod remove_macro : Cpp_parsing.Common.ident -> unitmethod find_all : ?filt:(Spec.c -> bool) ->
Cpp_parsing.Common.ident ->
Spec.c listmethod find : ?filt:(Spec.c -> bool) -> Cpp_parsing.Common.ident -> Spec.c