Home
last modified time | relevance | path

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

123

/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()
230 Postfix, Prefix, InPPDirective, /*Newlines=*/1, IndentLevel, StartColumn); in insertBreak()
DBreakableToken.h100 StringRef Postfix, bool InPPDirective,
109 StringRef Postfix; variable
122 StringRef Postfix, bool InPPDirective,
/external/python/cpython2/Lib/email/test/data/
Dmsg_16.txt4 by babylon.socal-raves.org (Postfix) with ESMTP id CCC2C51B84
79 (Postfix) with ESMTP id D3B2951B70; Sun, 23 Sep 2001 20:13:47 -0700 (PDT)
80 Received: by babylon.socal-raves.org (Postfix, from userid 60001)
83 by babylon.socal-raves.org (Postfix) with ESMTP id ADA7351B70 for
Dmsg_03.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_27.txt2 Received: by mail.dom.ain (Postfix, from userid 889)
Dmsg_01.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_20.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_29.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_14.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_44.txt3 Received: by mail.python.org (Postfix, from userid 889)
Dmsg_04.txt3 Received: by mail.python.org (Postfix, from userid 889)
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_16.txt4 by babylon.socal-raves.org (Postfix) with ESMTP id CCC2C51B84
79 (Postfix) with ESMTP id D3B2951B70; Sun, 23 Sep 2001 20:13:47 -0700 (PDT)
80 Received: by babylon.socal-raves.org (Postfix, from userid 60001)
83 by babylon.socal-raves.org (Postfix) with ESMTP id ADA7351B70 for
Dmsg_03.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_27.txt2 Received: by mail.dom.ain (Postfix, from userid 889)
Dmsg_01.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_20.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_29.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_14.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_44.txt3 Received: by mail.python.org (Postfix, from userid 889)
Dmsg_04.txt3 Received: by mail.python.org (Postfix, from userid 889)
/external/llvm-project/clang/lib/Format/
DBreakableToken.cpp255 return UnbreakableTailLength + Postfix.size() + in getRemainingLength()
267 StringRef Postfix, unsigned UnbreakableTailLength, bool InPPDirective, in BreakableStringLiteral() argument
270 StartColumn(StartColumn), Prefix(Prefix), Postfix(Postfix), in BreakableStringLiteral()
272 assert(Tok.TokenText.startswith(Prefix) && Tok.TokenText.endswith(Postfix)); in BreakableStringLiteral()
274 Prefix.size(), Tok.TokenText.size() - Prefix.size() - Postfix.size()); in BreakableStringLiteral()
281 ColumnLimit - Postfix.size(), Style.TabWidth, Encoding); in getSplit()
289 Tok, Prefix.size() + TailOffset + Split.first, Split.second, Postfix, in insertBreak()
DBreakableToken.h252 StringRef Prefix, StringRef Postfix,
278 StringRef Postfix; variable
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DIteratorModeling.cpp107 bool Postfix) const;
109 bool Postfix) const;
539 const SVal &Iter, bool Postfix) const { in handleIncrement()
560 State = setIteratorPosition(State, RetVal, Postfix ? *Pos : *NewPos); in handleIncrement()
565 const SVal &Iter, bool Postfix) const { in handleDecrement()
586 State = setIteratorPosition(State, RetVal, Postfix ? *Pos : *NewPos); in handleDecrement()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DIdentifierNamingCheck.cpp155 std::string Postfix(Options.get(StyleString, "")); in getFileStyleFromOptions() local
162 if (CaseOptional || !Prefix.empty() || !Postfix.empty() || in getFileStyleFromOptions()
165 std::move(Postfix), std::move(IgnoredRegexpStr)); in getFileStyleFromOptions()
/external/llvm-project/clang-tools-extra/clang-change-namespace/
DChangeNamespace.cpp781 llvm::StringRef Postfix = OldNs; in replaceQualifiedSymbolInDeclContext() local
782 bool Consumed = Postfix.consume_front(OldNamespace); in replaceQualifiedSymbolInDeclContext()
785 const std::string NewNs = (NewNamespace + Postfix).str(); in replaceQualifiedSymbolInDeclContext()

123