Lines Matching +defs:comment +defs:start
113 char* start = p; // fixme: hides a member in ParseText() local
131 char* start = p; in ParseName() local
454 char* start = p; in Identify() local
809 const char* start = p; in ParseDeep() local
869 const char* start = p; in ParseDeep() local
883 …XMLComment* comment = doc->NewComment( Value() ); // fixme: this will always allocate memory. I… in ShallowClone() local
916 const char* start = p; in ParseDeep() local
962 const char* start = p; in ParseDeep() local
1281 const char* start = p; in ParseAttributes() local
1474 XMLComment* comment = new (commentPool.Alloc()) XMLComment( this ); in NewComment() local
1927 void XMLPrinter::PushComment( const char* comment ) in PushComment()
2004 bool XMLPrinter::Visit( const XMLComment& comment ) in Visit()