Searched refs:ColonIsDictLiteral (Results 1 – 1 of 1) sorted by relevance
359 Contexts.back().ColonIsDictLiteral = true; in parseBrace()376 (!Contexts.back().ColonIsDictLiteral || in parseBrace()456 if (Contexts.back().ColonIsDictLiteral) { in consumeToken()805 bool ColonIsDictLiteral = false; member