Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp742 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