Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DBreakableToken.cpp138 return StartColumn + Prefix.size() + Postfix.size() + in getLineLengthAfterSplit()
146 StringRef Prefix, StringRef Postfix, bool InPPDirective, in BreakableSingleLineToken() argument
149 StartColumn(StartColumn), Prefix(Prefix), Postfix(Postfix) { in BreakableSingleLineToken()
150 assert(Tok.TokenText.endswith(Postfix)); in BreakableSingleLineToken()
152 Prefix.size(), Tok.TokenText.size() - Prefix.size() - Postfix.size()); in BreakableSingleLineToken()
157 StringRef Prefix, StringRef Postfix, bool InPPDirective, in BreakableStringLiteral() argument
159 : BreakableSingleLineToken(Tok, IndentLevel, StartColumn, Prefix, Postfix, in BreakableStringLiteral()
166 StartColumn + Prefix.size() + Postfix.size(), in getSplit()
181 Tok, Prefix.size() + TailOffset + Split.first, Split.second, Postfix, in insertBreak()
228 Postfix, Prefix, InPPDirective, /*Newlines=*/1, IndentLevel, StartColumn); in insertBreak()
DBreakableToken.h100 StringRef Postfix, bool InPPDirective,
109 StringRef Postfix; variable
122 StringRef Postfix, bool InPPDirective,
DContinuationIndenter.cpp955 StringRef Postfix; in breakProtrudingToken() local
966 if ((Text.endswith(Postfix = "\"") && in breakProtrudingToken()
971 (Text.startswith(Prefix = "_T(\"") && Text.endswith(Postfix = "\")"))) { in breakProtrudingToken()
973 Current, State.Line->Level, StartColumn, Prefix, Postfix, in breakProtrudingToken()
/external/clang/lib/AST/
DExpr.cpp1082 UnaryOperator::getOverloadedOpcode(OverloadedOperatorKind OO, bool Postfix) { in getOverloadedOpcode() argument
1085 case OO_PlusPlus: return Postfix ? UO_PostInc : UO_PreInc; in getOverloadedOpcode()
1086 case OO_MinusMinus: return Postfix ? UO_PostDec : UO_PreDec; in getOverloadedOpcode()
/external/clang/include/clang/AST/
DExpr.h1747 static Opcode getOverloadedOpcode(OverloadedOperatorKind OO, bool Postfix);
/external/bison/doc/
Dbison.texi12183 @item Postfix operator
Dbison.info11291 Postfix operator