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