Searched refs:LeftBraceQuote (Results 1 – 2 of 2) sorted by relevance
322 LeftBraceQuote = Style.Cpp11BracedListStyle ? "{\"" : "{ \""; in BreakableStringLiteralUsingOperators()330 LeftBraceQuote = Style.SpacesInParensOptions.Other ? "( '" : "('"; in BreakableStringLiteralUsingOperators()336 LeftBraceQuote = Style.SpacesInParensOptions.Other ? "( @" : "(@"; in BreakableStringLiteralUsingOperators()339 LeftBraceQuote = Style.SpacesInParensOptions.Other ? "( \"" : "(\""; in BreakableStringLiteralUsingOperators()348 ContinuationIndent = BracesNeeded ? LeftBraceQuote.size() - 1 : 0; in BreakableStringLiteralUsingOperators()371 : (BracesNeeded ? static_cast<int>(LeftBraceQuote.size()) - 1 in getContentStartColumn()401 /*CurrentPrefix=*/LeftBraceQuote, InPPDirective, /*NewLines=*/0, in updateAfterBroken()
320 StringRef LeftBraceQuote; variable