Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp1154 auto LeadingWhitespace = countLeadingWhitespace(FormatTok->TokenText); getNextToken() local
/llvm-project/clang/unittests/Format/
H A DSortIncludesTest.cpp315 TEST_F(SortIncludesTest, LeadingWhitespace) { in TEST_F() argument