Home
last modified time | relevance | path

Searched refs:LocalEOL (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp279 if (LocalEOL.size() == 2 && in OutputContentUpTo()
281 LocalEOL[1] == (FromFile.getBufferStart() + WriteTo)[0]) in OutputContentUpTo()
287 if (MainEOL == LocalEOL) { in OutputContentUpTo()
290 Line += TextToWrite.count(LocalEOL); in OutputContentUpTo()
291 if (EnsureNewline && !TextToWrite.endswith(LocalEOL)) in OutputContentUpTo()
298 std::tie(LineText, Rest) = Rest.split(LocalEOL); in OutputContentUpTo()
304 if (TextToWrite.endswith(LocalEOL) || EnsureNewline) in OutputContentUpTo()
335 LocalEOL, Line, true); in CommentOutDirective()
436 StringRef LocalEOL = DetectEOL(FromFile); in Process() local
554 LocalEOL, Line, false); in Process()
[all …]