Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DQualifierAlignmentFixer.cpp109 static bool startsWithSpace(const std::string &s) { in startsWithSpace() function
144 if (!NewText.empty() && !startsWithSpace(NewText)) in rotateTokens()