Home
last modified time | relevance | path

Searched defs:EOL (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/utils/split-file/
H A Dsplit-file.cpp74 StringRef EOL = inputBuf.getBuffer().detectEOL(); in handle() local
/llvm-project/lldb/source/Utility/
H A DStream.cpp155 size_t Stream::EOL() { return PutChar('\n'); } in EOL() function in Stream
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DIdentifierNamingCheck.cpp314 const char *EOL = strchr(Begin, '\n'); in getDeclTypeName() local
/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp681 StringRef EOL = getLexer().LexUntilEndOfStatement(); in parseDirectiveSection() local
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugLineTest.cpp1566 StringRef Line = OutputRef.substr(Pos, EOL - Pos); local
/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1889 size_t EOL = Buffer.find_first_of("\n\r"); readCheckFile() local
/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp427 AddComment(const Twine & T,bool EOL) AddComment() argument
/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1724 static const char *const EOL = "\n"; getEndOfLine() local