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