Searched defs:EOL (Results 1 – 8 of 8) sorted by relevance
74 StringRef EOL = inputBuf.getBuffer().detectEOL(); in handle() local
155 size_t Stream::EOL() { return PutChar('\n'); } in EOL() function in Stream
314 const char *EOL = strchr(Begin, '\n'); in getDeclTypeName() local
681 StringRef EOL = getLexer().LexUntilEndOfStatement(); in parseDirectiveSection() local
1566 StringRef Line = OutputRef.substr(Pos, EOL - Pos); local
1889 size_t EOL = Buffer.find_first_of("\n\r"); readCheckFile() local
427 AddComment(const Twine & T,bool EOL) AddComment() argument
1724 static const char *const EOL = "\n"; getEndOfLine() local