Lines Matching defs:NodeInfo
453 struct NodeInfo { struct
454 NodeInfo() in NodeInfo() function
466 bool Matches(NodeInfo* that) { in Matches() argument
475 void AddFromPreceding(NodeInfo* that) { in AddFromPreceding() argument
490 void AddFromFollowing(NodeInfo* that) { in AddFromFollowing() argument
496 void ResetCompilationState() { in ResetCompilationState()
501 bool being_analyzed: 1;
502 bool been_analyzed: 1;
506 bool follows_word_interest: 1;
507 bool follows_newline_interest: 1;
508 bool follows_start_interest: 1;
510 bool at_end: 1;
511 bool visited: 1;
512 bool replacement_calculated: 1;