Home | History | Annotate | Download | only in Lex

Lines Matching defs:End

269     StrVal.erase(StrVal.begin() + ResultPos, StrVal.end() - 1);
333 // Replace the ')' with an EOD to mark the end of the pragma.
337 std::copy(PragmaToks.begin(), PragmaToks.end(), TokArray);
386 // If we reached the end of line, we're done.
486 // Lex tokens at the end of the message and include them in the message.
496 Message.erase(Message.end()-1);
591 if (iter != PragmaPushMacroInfo.end()) {
648 SourceLocation End;
649 if (ConcatenateIncludeName(FileNameBuffer, End))
679 SourceLocation End;
680 if (ConcatenateIncludeName(FileNameBuffer, End))
1273 /// \#pragma clang arc_cf_code_audited begin/end
1283 // Lex the 'begin' or 'end'.
1288 } else if (BeginEnd && BeginEnd->isStr("end")) {
1349 } // end anonymous namespace