HomeSort by relevance Sort by last modified time
    Searched refs:comments_mutable (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/gn/
parser.cc 574 const_cast<ParseNode*>(*i)->comments_mutable()->append_before(
586 file->comments_mutable()->append_after(line_comment_tokens_[cur_comment]);
613 const_cast<ParseNode*>(*i)->comments_mutable()->append_suffix(
623 const_cast<ParseNode*>(*i)->comments_mutable()->ReverseSuffix();
parse_tree.h 101 Comments* comments_mutable();
parse_tree.cc 52 Comments* ParseNode::comments_mutable() { function in class:ParseNode

Completed in 447 milliseconds