Searched defs:EOL (Results 1 – 14 of 14) sorted by relevance
151 cat <<EOL heredoc
152 EOL, enumerator
56 #define EOL macro
155 size_t Stream::EOL() { return PutChar('\n'); } in EOL() function in Stream
82 #define EOL 2 /* no Match "" at end of line. */ macro
201 #define EOL 5 macro
98 #define EOL (BOL+1) macro
110 #define EOL (BOL-1) macro
681 StringRef EOL = getLexer().LexUntilEndOfStatement(); in parseDirectiveSection() local
1887 size_t EOL = Buffer.find_first_of("\n\r"); readCheckFile() local
426 AddComment(const Twine & T,bool EOL) AddComment() argument
1443 static const char *const EOL = "\n"; getEndOfLine() local