Home
last modified time | relevance | path

Searched refs:FindLineStarts (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dsource.cpp24 static std::vector<std::size_t> FindLineStarts(llvm::StringRef source) { in FindLineStarts() function
39 lineStart_ = FindLineStarts({content().data(), bytes()}); in RecordLineStarts()