Searched refs:TOKimmutable (Results 1 – 6 of 6) sorted by relevance
137 TOKauto, TOKpackage, TOKmanifest, TOKimmutable, enumerator
507 case TOKimmutable: in parseDeclDefs()1093 case TOKimmutable: stc = STCimmutable; break; in parsePostfix()1141 case TOKimmutable: stc = STCimmutable; break; in parseTypeCtor()2002 case TOKimmutable: in parseParameters()3026 case TOKimmutable: in parseType()3172 case TOKimmutable: in parseBasicType()3622 case TOKimmutable: in parseStorageClasses()4771 case TOKimmutable: in parseForeach()5060 case TOKimmutable: in parseStatement()5303 case TOKimmutable: in parseStatement()[all …]
331 { "immutable", TOKimmutable },
3290 { STCimmutable, TOKimmutable, NULL }, in stcToChars()
1425 buf->writestring(Token::tochars[TOKimmutable]); in MODtoBuffer()
1973 case TOKimmutable: in visit()