Lines Matching refs:End

215   StringRef::iterator End = Range.end();
223 if (Position + 1 != End &&
233 if (Position + 2 != End &&
248 if (Position + 3 != End &&
283 if (Current >= End)
284 Current = End - 1;
306 return StringRef(Current, End - Current);
316 return ::decodeUTF8(StringRef(Position, End - Position));
531 StringRef::iterator End;
611 OS << "Stream-End: ";
623 OS << "Document-End: ";
629 OS << "Block-End: ";
644 OS << "Flow-Sequence-End: ";
650 OS << "Flow-Mapping-End: ";
774 End = InputBuffer.getBufferEnd();
830 if (Position == End)
855 if (Position == End)
858 if (Position + 1 != End && *(Position + 1) == 0x0A)
869 if (Position == End)
877 if (Position == End)
885 if (Position == End)
924 if (Current == End)
927 && Current + 2 < End
944 if (Current == End)
959 assert(Current <= End && "Skipped past the end");
963 if (Position == End)
1283 while (Current != End && *Current != '"')
1287 } while ( Current != End
1294 if (Current + 1 < End && *Current == '\'' && *(Current + 1) == '\'') {
1308 if (i == End)
1316 if (Current == End) {
1449 if (Current != End && (*Current == '+' || *Current == '-')) {
1472 if (Current != End && (*Current >= '1' && *Current <= '9')) {
1491 if (Current == End) { // EOF, we have an empty scalar.
1517 if (Column <= BlockExitIndent) { // End of the block literal.
1540 if (Current == End) {
1568 if (Column <= BlockExitIndent) { // End of the block literal.
1574 if (Current != End && *Current == '#') { // Trailing comment.
1624 if (Current == End)
1632 if (Current == End && !LineBreaks)
1653 if (Current == End || isBlankOrBreak(Current)); // An empty tag.
1683 if (Current == End)
1693 if (Column == 0 && Current + 4 <= End
1697 && (Current + 3 == End || isBlankOrBreak(Current + 3)))
1700 if (Column == 0 && Current + 4 <= End
1704 && (Current + 3 == End || isBlankOrBreak(Current + 3)))
1760 && Current + 2 < End
2146 setError("Unexpected token. Expected Key or Block End", T);
2166 "Mapping End."
2199 setError( "Unexpected token. Expected Block Entry or Block End."