Searched defs:isNewlineOrEOF (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/MIRParser/ | ||
H A D | MILexer.h | 142 bool isNewlineOrEOF() const { return Kind == Newline || Kind == Eof; } function in struct:llvm::MIToken |
Completed in 109 milliseconds