Home
last modified time | relevance | path

Searched defs:SkipBlanks (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DLineIterator.cpp34 line_iterator::line_iterator(const MemoryBuffer &Buffer, bool SkipBlanks, in line_iterator()
38 line_iterator::line_iterator(const MemoryBufferRef &Buffer, bool SkipBlanks, in line_iterator()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DLineIterator.h36 bool SkipBlanks = true; variable