Home
last modified time | relevance | path

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

/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()
/llvm-project/llvm/include/llvm/Support/
H A DLineIterator.h36 bool SkipBlanks = true; variable
/llvm-project/flang/runtime/
H A Dformat.h127 RT_API_ATTRS void SkipBlanks() { in SkipBlanks() function
/llvm-project/flang/lib/Parser/
H A Dtoken-sequence.cpp54 std::size_t TokenSequence::SkipBlanks(std::size_t at) const { in SkipBlanks() function in Fortran::parser::TokenSequence