Searched refs:EndOfLine (Results 1 – 2 of 2) sorted by relevance
871 size_t EndOfLine = Content[i].find_last_not_of(Blanks); in BreakableLineCommentSection() local872 if (EndOfLine == StringRef::npos) in BreakableLineCommentSection()873 EndOfLine = Content[i].size(); in BreakableLineCommentSection()875 ++EndOfLine; in BreakableLineCommentSection()876 Content[i] = Content[i].substr(0, EndOfLine); in BreakableLineCommentSection()
4284 unsigned EndOfLine = 0; in ParsePreprocessorArgs() local4288 Value.substr(Comma + 1).getAsInteger(10, EndOfLine)) in ParsePreprocessorArgs()4292 Opts.PrecompiledPreambleBytes.second = (EndOfLine != 0); in ParsePreprocessorArgs()