HomeSort by relevance Sort by last modified time
    Searched defs:Text (Results 101 - 125 of 486) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Edit/
Commit.h 35 StringRef Text;
67 bool insert(SourceLocation loc, StringRef text, bool afterToken = false,
69 bool insertAfterToken(SourceLocation loc, StringRef text,
71 return insert(loc, text, /*afterToken=*/true, beforePreviousInsertions);
73 bool insertBefore(SourceLocation loc, StringRef text) {
74 return insert(loc, text, /*afterToken=*/false,
84 bool replace(CharSourceRange range, StringRef text);
86 bool replaceText(SourceLocation loc, StringRef text,
101 bool replace(SourceRange TokenRange, StringRef text) {
102 return replace(CharSourceRange::getTokenRange(TokenRange), text);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Edit/
Commit.h 35 StringRef Text;
67 bool insert(SourceLocation loc, StringRef text, bool afterToken = false,
69 bool insertAfterToken(SourceLocation loc, StringRef text,
71 return insert(loc, text, /*afterToken=*/true, beforePreviousInsertions);
73 bool insertBefore(SourceLocation loc, StringRef text) {
74 return insert(loc, text, /*afterToken=*/false,
84 bool replace(CharSourceRange range, StringRef text);
86 bool replaceText(SourceLocation loc, StringRef text,
101 bool replace(SourceRange TokenRange, StringRef text) {
102 return replace(CharSourceRange::getTokenRange(TokenRange), text);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Edit/
Commit.h 35 StringRef Text;
67 bool insert(SourceLocation loc, StringRef text, bool afterToken = false,
69 bool insertAfterToken(SourceLocation loc, StringRef text,
71 return insert(loc, text, /*afterToken=*/true, beforePreviousInsertions);
73 bool insertBefore(SourceLocation loc, StringRef text) {
74 return insert(loc, text, /*afterToken=*/false,
84 bool replace(CharSourceRange range, StringRef text);
86 bool replaceText(SourceLocation loc, StringRef text,
101 bool replace(SourceRange TokenRange, StringRef text) {
102 return replace(CharSourceRange::getTokenRange(TokenRange), text);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Edit/
Commit.h 35 StringRef Text;
67 bool insert(SourceLocation loc, StringRef text, bool afterToken = false,
69 bool insertAfterToken(SourceLocation loc, StringRef text,
71 return insert(loc, text, /*afterToken=*/true, beforePreviousInsertions);
73 bool insertBefore(SourceLocation loc, StringRef text) {
74 return insert(loc, text, /*afterToken=*/false,
84 bool replace(CharSourceRange range, StringRef text);
86 bool replaceText(SourceLocation loc, StringRef text,
101 bool replace(SourceRange TokenRange, StringRef text) {
102 return replace(CharSourceRange::getTokenRange(TokenRange), text);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Edit/
Commit.h 35 StringRef Text;
67 bool insert(SourceLocation loc, StringRef text, bool afterToken = false,
69 bool insertAfterToken(SourceLocation loc, StringRef text,
71 return insert(loc, text, /*afterToken=*/true, beforePreviousInsertions);
73 bool insertBefore(SourceLocation loc, StringRef text) {
74 return insert(loc, text, /*afterToken=*/false,
84 bool replace(CharSourceRange range, StringRef text);
86 bool replaceText(SourceLocation loc, StringRef text,
101 bool replace(SourceRange TokenRange, StringRef text) {
102 return replace(CharSourceRange::getTokenRange(TokenRange), text);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Edit/
Commit.h 35 StringRef Text;
67 bool insert(SourceLocation loc, StringRef text, bool afterToken = false,
69 bool insertAfterToken(SourceLocation loc, StringRef text,
71 return insert(loc, text, /*afterToken=*/true, beforePreviousInsertions);
73 bool insertBefore(SourceLocation loc, StringRef text) {
74 return insert(loc, text, /*afterToken=*/false,
84 bool replace(CharSourceRange range, StringRef text);
86 bool replaceText(SourceLocation loc, StringRef text,
101 bool replace(SourceRange TokenRange, StringRef text) {
102 return replace(CharSourceRange::getTokenRange(TokenRange), text);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Edit/
Commit.h 35 StringRef Text;
67 bool insert(SourceLocation loc, StringRef text, bool afterToken = false,
69 bool insertAfterToken(SourceLocation loc, StringRef text,
71 return insert(loc, text, /*afterToken=*/true, beforePreviousInsertions);
73 bool insertBefore(SourceLocation loc, StringRef text) {
74 return insert(loc, text, /*afterToken=*/false,
84 bool replace(CharSourceRange range, StringRef text);
86 bool replaceText(SourceLocation loc, StringRef text,
101 bool replace(SourceRange TokenRange, StringRef text) {
102 return replace(CharSourceRange::getTokenRange(TokenRange), text);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Edit/
Commit.h 35 StringRef Text;
67 bool insert(SourceLocation loc, StringRef text, bool afterToken = false,
69 bool insertAfterToken(SourceLocation loc, StringRef text,
71 return insert(loc, text, /*afterToken=*/true, beforePreviousInsertions);
73 bool insertBefore(SourceLocation loc, StringRef text) {
74 return insert(loc, text, /*afterToken=*/false,
84 bool replace(CharSourceRange range, StringRef text);
86 bool replaceText(SourceLocation loc, StringRef text,
101 bool replace(SourceRange TokenRange, StringRef text) {
102 return replace(CharSourceRange::getTokenRange(TokenRange), text);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
UefiDevicePathLib.h 7 which accompanies this distribution. The full text of the license may be found at
74 CHAR16 *Text;
377 Converts a device path to its text representation.
380 @param DisplayOnly If DisplayOnly is TRUE, then the shorter text representation
382 is FALSE, then the longer text representation of the display node
384 @param AllowShortcuts If AllowShortcuts is TRUE, then the shortcut forms of text
387 @return A pointer to the allocated text representation of the device path or
403 @param DisplayOnly If DisplayOnly is TRUE, then the shorter text representation
405 is FALSE, then the longer text representation of the display node
407 @param AllowShortcuts If AllowShortcuts is TRUE, then the shortcut forms of text
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
RemoteDebugEventSocketListener.cs 73 string text; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
78 int line, int charPos, string text) {
84 this.text = text;
88 public string Text {
90 return text;
93 text = value;
173 return "[" + Text + "/<" + type + ">" + channelStr + "," + line + ":" + CharPositionInLine + ",@" + index + "]";
183 string text; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyTree
185 public ProxyTree(int ID, int type, int line, int charPos, int tokenIndex, string text) {
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
RemoteDebugEventSocketListener.cs 77 string text; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
83 int line, int charPos, string text )
90 this.text = text;
94 public string Text
98 return text;
102 text = value;
208 return "[" + Text + "/<" + type + ">" + channelStr + "," + line + ":" + CharPositionInLine + ",@" + index + "]";
219 string text; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyTree
221 public ProxyTree( int ID, int type, int line, int charPos, int tokenIndex, string text )
    [all...]
  /external/clang/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 44 ParserValue() : Text(), Range(), Value() {}
45 StringRef Text;
  /external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 41 /// text between {{ and }} markers. The full text doesn't have to be included,
57 /// #warning some text
58 /// // expected-warning@10 {{some text}}
81 /// syntax is "expected-<type> <n> {{diag text}}", where \<type> is one of
151 bool MatchAnyLine, StringRef Text,
160 const std::string Text;
166 // Returns true if directive text is valid.
175 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max)
177 Text(Text), Min(Min), Max(Max), MatchAnyLine(MatchAnyLine)
    [all...]
  /external/clang/lib/Format/
BreakableToken.cpp 42 static BreakableToken::Split getCommentSplit(StringRef Text,
54 NumChars < MaxSplit && MaxSplitBytes < Text.size();) {
56 encoding::getCodePointNumBytes(Text[MaxSplitBytes], Encoding);
58 encoding::columnWidthWithTabs(Text.substr(MaxSplitBytes, BytesInChar),
63 StringRef::size_type SpaceOffset = Text.find_last_of(Blanks, MaxSplitBytes);
66 Text.find_last_not_of(Blanks, SpaceOffset) == StringRef::npos) {
69 StringRef::size_type FirstNonWhitespace = Text.find_first_not_of(Blanks);
73 SpaceOffset = Text.find_first_of(
77 StringRef BeforeCut = Text.substr(0, SpaceOffset).rtrim(Blanks);
78 StringRef AfterCut = Text.substr(SpaceOffset).ltrim(Blanks)
    [all...]
FormatTokenLexer.cpp 175 // its text if successful.
310 // <marker> <text from the vcs>
406 StringRef Text = FormatTok->TokenText;
409 if (pos >= 0 && Text[pos] == '\r')
414 if (Text[pos] != '\\')
420 for (int i = 0, e = Text.size(); i != e; ++i) {
421 switch (Text[i]) {
443 if (i + 1 == e || (Text[i + 1] != '\r' && Text[i + 1] != '\n'))
512 StringRef Text = FormatTok->TokenText
    [all...]
  /external/clang/lib/Tooling/Core/
Replacement.cpp 340 // coordinate spaces. Replacements from 'First' refer to the original text
341 // whereas replacements from 'Second' refer to the text after applying 'First'.
344 // text, i.e. transforms elements from 'Second' to take into account what was
360 Text(R.getReplacementText()) {
361 Delta += MergeSecond ? 0 : Text.size() - Length;
362 DeltaFirst = MergeSecond ? Text.size() - Length : 0;
371 unsigned End = Offset + Text.size();
376 StringRef TextRef = Text;
379 Text = (Head + R.getReplacementText() + Tail).str();
385 Text = (Text + Tail).str()
    [all...]
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 315 CXString Text = clang_getDiagnosticSpelling(Diagnostic);
316 if (clang_getCString(Text))
317 Out << clang_getCString(Text);
319 Out << "<no diagnostic text>";
320 clang_disposeString(Text);
CXComment.cpp 374 SmallString<128> Text;
376 HTC, Text, cxtu::getASTUnit(TU)->getASTContext());
377 return cxstring::createDup(Text.str());
  /external/golang-protobuf/proto/
text.go 34 // Functions for writing the text protocol buffer format.
539 text, err := etm.MarshalText()
543 if _, err = w.Write(text); err != nil {
565 // writeString writes a string in the protocol buffer text format.
569 // languages' implementations of the text format.
779 // TextMarshaler is a configurable text format marshaler.
781 Compact bool // use compact text format (one line).
785 // Marshal writes a given protocol buffer in text format.
806 text, err := etm.MarshalText()
810 if _, err = aw.Write(text); err != nil
    [all...]
  /external/llvm/include/llvm/Support/
SourceMgr.h 199 /// Represents a single fixit, a replacement of one range of text with another.
203 std::string Text;
208 : Range(Loc, Loc), Text(Insertion.str()) {
214 : Range(R), Text(Replacement.str()) {
218 StringRef getText() const { return Text; }
226 return Text < Other.Text;
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCCodeEmitter.cpp 280 std::string Text;
282 llvm::raw_string_ostream Stream(Text);
286 report_fatal_error(Text);
  /external/lzma/C/
Ppmd7.h 51 Byte *Base, *LoUnit, *HiUnit, *Text, *UnitsStart;
  /external/pdfium/core/fpdfdoc/
cpdf_formfield.h 94 Text,
  /external/pdfium/core/fxcrt/xml/
cfx_saxreader.h 30 Text,
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
SourceMgr.h 194 /// Represents a single fixit, a replacement of one range of text with another.
198 std::string Text;
203 : Range(Loc, Loc), Text(Insertion.str()) {
209 : Range(R), Text(Replacement.str()) {
213 StringRef getText() const { return Text; }
221 return Text < Other.Text;

Completed in 1386 milliseconds

1 2 3 45 6 7 8 91011>>