Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp1161 auto LeadingWhitespace = countLeadingWhitespace(FormatTok->TokenText); in getNextToken() local
1162 if (LeadingWhitespace == 0) in getNextToken()
1164 if (LeadingWhitespace < FormatTok->TokenText.size()) in getNextToken()
1165 truncateToken(LeadingWhitespace); in getNextToken()