Searched refs:ColonIsDictLiteral (Results 1 – 1 of 1) sorted by relevance
742 Contexts.back().ColonIsDictLiteral = true; in parseBrace()764 (!Contexts.back().ColonIsDictLiteral || !Style.isCpp())) || in parseBrace()865 if (Contexts.back().ColonIsDictLiteral || in consumeToken()1405 bool ColonIsDictLiteral = false; member