Lines Matching defs:NodeInfo
315 struct NodeInfo { struct
316 NodeInfo() in NodeInfo() argument
328 bool Matches(NodeInfo* that) { in Matches() argument
337 void AddFromPreceding(NodeInfo* that) { in AddFromPreceding() argument
352 void AddFromFollowing(NodeInfo* that) { in AddFromFollowing() argument
358 void ResetCompilationState() { in ResetCompilationState()
363 bool being_analyzed: 1;
364 bool been_analyzed: 1;
368 bool follows_word_interest: 1;
369 bool follows_newline_interest: 1;
370 bool follows_start_interest: 1;
372 bool at_end: 1;
373 bool visited: 1;
374 bool replacement_calculated: 1;