Home
last modified time | relevance | path

Searched refs:ColonIsDictLiteral (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDTokenAnnotator.cpp1179 Contexts.back().ColonIsDictLiteral = true; in parseBrace()
1192 Contexts.back().ColonIsDictLiteral = false; in parseBrace()
1220 (!Contexts.back().ColonIsDictLiteral || !IsCpp)) || in parseBrace()
1358 } else if (Contexts.back().ColonIsDictLiteral) { in consumeToken()
1376 } else if (Contexts.back().ColonIsDictLiteral || Style.isProto()) { in consumeToken()
2107 bool ColonIsDictLiteral = false; member