Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp1200 static size_t countLeadingWhitespace(StringRef Text) { in countLeadingWhitespace() function
1259 auto LeadingWhitespace = countLeadingWhitespace(FormatTok->TokenText); in getNextToken()