Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp140 auto IgnoreSpaces = [](auto It, auto End, char &PreviousChar, in startsWith() local
159 NamePos = IgnoreSpaces(NamePos, Name.end(), PreviousCharInName); in startsWith()
161 IgnoreSpaces(NeedlePos, Needle.end(), PreviousCharInNeedle, IsPrefix); in startsWith()