Searched defs:HasLeadingSpace (Results 1 – 3 of 3) sorted by relevance
82 bool HasLeadingSpace : 1; variable
85 bool HasLeadingSpace; variable
2028 bool HasLeadingSpace = !isVerticalWhitespace(PrevChar); in SkipWhitespace() local