Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DTokenAnnotator.cpp304 Contexts.back().ColonIsDictLiteral = true; in parseBrace()
390 } else if (Contexts.back().ColonIsDictLiteral) { in consumeToken()
654 ColonIsDictLiteral(false), ColonIsObjCMethodExpr(false), in Context()
664 bool ColonIsDictLiteral; member