Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Format/
DFormatTokenLexer.cpp959 static size_t countLeadingWhitespace(StringRef Text) { in countLeadingWhitespace() function
1012 auto LeadingWhitespace = countLeadingWhitespace(FormatTok->TokenText); in getNextToken()