Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp139 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()