Searched defs:LeadingSpace (Results 1 – 4 of 4) sorted by relevance
84 TEST_F(SpaceTest, LeadingSpace) in TEST_F() argument
76 LeadingSpace = 0x02, // Whitespace exists before this token (considering enumerator
75 LeadingSpace = 0x02, // Whitespace exists before this token (considering enumerator
1003 bool LeadingSpace = FilenameTok.hasLeadingSpace(); in LexHeaderName() local