Searched refs:AllowHashInIdentifier (Results 1 – 2 of 2) sorted by relevance
64 bool AllowHashInIdentifier = false; variable158 void setAllowHashInIdentifier(bool V) { AllowHashInIdentifier = V; } in setAllowHashInIdentifier()
241 AllowHashInIdentifier) || in LexIdentifier()246 while (isIdentifierChar(*CurPtr, AllowAtInIdentifier, AllowHashInIdentifier)) in LexIdentifier()