Searched refs:IgnoreColonInIdentifiers (Results 1 – 2 of 2) sorted by relevance
47 bool IgnoreColonInIdentifiers; variable67 IgnoreColonInIdentifiers = val; in setIgnoreColonInIdentifiers()
163 IgnoreColonInIdentifiers(false) { in LLLexer()469 if (!IgnoreColonInIdentifiers && *CurPtr == ':') { in LexIdentifier()