HomeSort by relevance Sort by last modified time
    Searched refs:Postfix (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/Format/
BreakableToken.h 100 StringRef Postfix, bool InPPDirective,
108 // The postfix a line needs before introducing a break.
109 StringRef Postfix;
110 // The token text excluding the prefix and postfix.
122 StringRef Postfix, bool InPPDirective,
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,
    [all...]
ContinuationIndenter.cpp     [all...]
  /external/chromium_org/v8/test/mjsunit/
strict-mode.js 254 // Postfix increment with eval or arguments
262 // Postfix decrement with eval or arguments
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
mathml_store_rules.js 609 // Postfix Operator
611 'postfix', 'default.default',
612 '[n] children/*[1]; [t] "postfix"; [n] text() (pause 300)',
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_tree.js 661 * Wraps a node into postfix operators.
665 * @param {!Array.<cvox.SemanticTree.Node>} postfixes Postfix operators from
782 * become prefix operation (or postfix in case they come after last operand).
    [all...]

Completed in 718 milliseconds