Searched refs:idchars (Results 1 – 6 of 6) sorted by relevance
108 foreach (s; idchars) in spellerX()125 foreach (s; idchars) in spellerX()182 foreach (s; idchars) in spellerY()195 foreach (s; idchars) in spellerY()211 immutable string idchars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_"; variable
13 extern const char idchars[];
12 const char idchars[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_"; variable
674 return (Dsymbol *)speller(ident->toChars(), &scope_search_fp, this, idchars); in search_correct()
535 return (Dsymbol *)speller(ident->toChars(), &symbol_search_fp, (void *)this, idchars); in search_correct()
1475 … if (const char *sub = (const char *)speller(e->ident->toChars(), &trait_search_fp, NULL, idchars)) in semanticTraits()