Searched refs:root_node_ (Results 1 – 5 of 5) sorted by relevance
40 root_node_ = new TraceIdSetter(TraceIdHierarchy::Empty()); in ScopedTraceOperation()64 OSP_CHECK_EQ(traces_->top(), root_node_); in ~ScopedTraceOperation()65 delete root_node_; in ~ScopedTraceOperation()66 root_node_ = nullptr; in ~ScopedTraceOperation()78 thread_local ScopedTraceOperation* ScopedTraceOperation::root_node_ = nullptr; member in openscreen::internal::ScopedTraceOperation
105 static thread_local ScopedTraceOperation* root_node_; variable
34 : root_node_(NULL), scopes_(new Scopes), in_(infile), lexer(&in_), parser(lexer, *this) { in Parser()37 ~Parser() { delete root_node_; } in ~Parser() local58 Node *root_node_; variable
57 auto ret = type_check.visit(parser_->root_node_); in parse()64 ret = codegen_->visit(parser_->root_node_, ts, id, maps_ns); in parse()
133 { parser.root_node_ = $3; $3->scope_ = $2; }