Lines Matching defs:ParserState
511 struct ParserState { struct
512 ParserState() in ParserState() argument
520 void ResetState(const char *source) { in ResetState()
526 void MarkNewLine() { in MarkNewLine()
531 int64_t CursorPosition() const { in CursorPosition()
536 const char *cursor_;
537 const char *line_start_;
538 int line_; // the current line being parsed
539 int token_;
544 bool attr_is_trivial_ascii_string_;
545 std::string attribute_;
546 std::vector<std::string> doc_comment_;