Searched refs:RightBraceQuote (Results 1 – 2 of 2) sorted by relevance
323 RightBraceQuote = Style.Cpp11BracedListStyle ? "\"}" : "\" }"; in BreakableStringLiteralUsingOperators()331 RightBraceQuote = Style.SpacesInParensOptions.Other ? "' )" : "')"; in BreakableStringLiteralUsingOperators()342 RightBraceQuote = Style.SpacesInParensOptions.Other ? "\" )" : "\")"; in BreakableStringLiteralUsingOperators()359 return UnbreakableTailLength + (BracesNeeded ? RightBraceQuote.size() : 1) + in getRemainingLength()405 /*PreviousPostfix=*/RightBraceQuote, in updateAfterBroken()
321 StringRef RightBraceQuote; variable