Searched refs:IgnoreColonInIdentifiers (Results 1 – 2 of 2) sorted by relevance
46 bool IgnoreColonInIdentifiers; variable66 IgnoreColonInIdentifiers = val; in setIgnoreColonInIdentifiers()
162 IgnoreColonInIdentifiers(false) { in LLLexer()468 if (!IgnoreColonInIdentifiers && *CurPtr == ':') { in LexIdentifier()