Home | History | Annotate | Download | only in Syntax

Lines Matching refs:Added

326     bool Added = Nodes.insert({From, To}).second;
327 (void)Added;
328 assert(Added && "mapping added twice");
335 bool Added = NNSNodes.insert({From, To}).second;
336 (void)Added;
337 assert(Added && "mapping added twice");
356 /// Initially all tokens are added as pending nodes. When processing a clang AST
566 /// Ensures that added nodes properly nest and cover the whole token stream.