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

/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp871 Contexts.back().ColonIsDictLiteral = true;
910 (!Contexts.back().ColonIsDictLiteral || !Style.isCpp())) ||
1037 } else if (Contexts.back().ColonIsDictLiteral) {
1053 } else if (Contexts.back().ColonIsDictLiteral || Style.isProto()) {
1748 bool ColonIsDictLiteral = false; member in struct:clang::format::__anon28::AnnotatingParser::Context

Completed in 68 milliseconds