Searched defs:Postfix (Results 1 - 3 of 3) sorted by relevance
/external/clang/lib/Format/ |
H A D | BreakableToken.h | 100 StringRef Postfix, bool InPPDirective, 109 StringRef Postfix; member in class:clang::format::BreakableSingleLineToken 122 StringRef Postfix, bool InPPDirective,
|
H A D | BreakableToken.cpp | 138 return StartColumn + Prefix.size() + Postfix.size() + 146 StringRef Prefix, StringRef Postfix, bool InPPDirective, 149 StartColumn(StartColumn), Prefix(Prefix), Postfix(Postfix) { 150 assert(Tok.TokenText.endswith(Postfix)); 152 Prefix.size(), Tok.TokenText.size() - Prefix.size() - Postfix.size()); 157 StringRef Prefix, StringRef Postfix, bool InPPDirective, 159 : BreakableSingleLineToken(Tok, IndentLevel, StartColumn, Prefix, Postfix, 166 StartColumn + Prefix.size() + Postfix.size(), 181 Tok, Prefix.size() + TailOffset + Split.first, Split.second, Postfix, 144 BreakableSingleLineToken( const FormatToken &Tok, unsigned IndentLevel, unsigned StartColumn, StringRef Prefix, StringRef Postfix, bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style) argument 155 BreakableStringLiteral( const FormatToken &Tok, unsigned IndentLevel, unsigned StartColumn, StringRef Prefix, StringRef Postfix, bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style) argument [all...] |
H A D | ContinuationIndenter.cpp | 1055 StringRef Postfix; local 1066 if ((Text.endswith(Postfix = "\"") && 1071 (Text.startswith(Prefix = "_T(\"") && Text.endswith(Postfix = "\")"))) { 1073 Current, State.Line->Level, StartColumn, Prefix, Postfix,
|
Completed in 987 milliseconds