HomeSort by: relevance | last modified time | path
    Searched refs:getText (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/Tooling/
FixIt.cpp 21 StringRef getText(CharSourceRange Range, const ASTContext &Context) {
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/
FixIt.h 29 StringRef getText(CharSourceRange Range, const ASTContext &Context);
50 StringRef getText(const T &Node, const ASTContext &Context) {
51 return internal::getText(internal::getSourceRange(Node), Context);
65 getText(Source, Context));
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/
SourceCode.h 47 StringRef getText(CharSourceRange Range, const ASTContext &Context);
51 StringRef getText(const T &Node, const ASTContext &Context) {
52 return getText(CharSourceRange::getTokenRange(Node.getSourceRange()),
70 /// getText(S1, Context) = "if (!x) return foo()"
76 /// = getText(S2, Context) = "{ return 3; }"
81 return getText(getExtendedRange(Node, Next, Context), Context);
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
SourceCodeBuilders.cpp 65 StringRef Text = getText(E, Context);
79 getText(*Op->getSubExpr()->IgnoreParenImpCasts(), Context);
85 StringRef Text = getText(E, Context);
100 getText(*Op->getSubExpr()->IgnoreParenImpCasts(), Context);
106 StringRef Text = getText(E, Context);
121 StringRef DerefText = getText(*SubExpr, Context);
130 StringRef Text = getText(E, Context);
145 StringRef DerefText = getText(*SubExpr, Context);
154 StringRef Text = getText(E, Context);
Stencil.cpp 250 *Result += tooling::getText(*E, *Match.Context);
267 *Result += tooling::getText(*E, *Match.Context);
315 *Result += tooling::getText(Range, *Match.Context);
SourceCode.cpp 31 StringRef clang::tooling::getText(CharSourceRange Range,
RangeSelector.cpp 216 if (tooling::getText(R, *Result.Context) != D->getName())
  /src/external/apache2/llvm/dist/clang/lib/AST/
CommentBriefParser.cpp 72 FirstParagraphOrBrief += Tok.getText();
74 ReturnsParagraph += Tok.getText();
117 if (isWhitespace(Tok.getText()))
CommentParser.cpp 61 Pos.BufferStart = Tok.getText().begin();
62 Pos.BufferEnd = Tok.getText().end();
273 Arg.getText());
279 Arg.getText());
289 Arg.getText());
303 Arg.getText());
420 ArgTok.getText());
612 if (Tok.is(tok::text) && isWhitespace(Tok.getText())) {
639 Tok.getText()));
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
SectionKind.h 183 static SectionKind getText() { return get(Text); }
  /src/external/apache2/llvm/dist/llvm/lib/Support/
SourceMgr.cpp 391 if (Fixit.getText().find_first_of("\n\r\t") != StringRef::npos)
423 assert((size_t)sys::locale::columnWidth(Fixit.getText()) ==
424 Fixit.getText().size());
427 unsigned LastColumnModified = HintCol + Fixit.getText().size();
431 llvm::copy(Fixit.getText(), FixItLine.begin() + HintCol);
  /src/external/apache2/llvm/dist/clang/lib/Index/
CommentToXML.cpp 262 appendToResultWithHTMLEscaping(C->getText());
423 appendToResultWithHTMLEscaping(C->getText(i));
438 appendToResultWithHTMLEscaping(C->getText());
611 appendToResultWithXMLEscaping(C->getText());
800 appendToResultWithXMLEscaping(C->getText(i));
815 appendToResultWithXMLEscaping(C->getText());
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXComment.cpp 132 return cxstring::createRef(TC->getText());
349 return cxstring::createRef(VBL->getText());
357 return cxstring::createRef(VLC->getText());
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
COFFMasmParser.cpp 195 SectionKind::getText());
225 return SectionKind::getText();
WasmAsmParser.cpp 153 .StartsWith(".text", SectionKind::getText())
COFFAsmParser.cpp 101 SectionKind::getText());
155 return SectionKind::getText();
  /src/external/apache2/llvm/dist/llvm/lib/Target/
TargetLoweringObjectFile.cpp 209 return SectionKind::getText();
213 return SectionKind::getText();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Comment.h 281 StringRef getText() const LLVM_READONLY { return Text; }
883 StringRef getText() const LLVM_READONLY {
935 StringRef getText(unsigned LineIdx) const {
936 return Lines[LineIdx]->getText();
970 StringRef getText() const {
CommentLexer.h 98 StringRef getText() const LLVM_READONLY {
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.h 113 const char *getText() const { return Text; }
ubsan_diag.cc 316 RenderText(&Buffer, InRange->getText(), Args);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
SourceMgr.h 237 StringRef getText() const { return Text; }
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_diag.h 112 const char *getText() const { return Text; }
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCObjectFileInfo.cpp 76 SectionKind::getText());
144 SectionKind::getText());
530 SectionKind::getText());
789 TextSection = Ctx->getWasmSection(".text", SectionKind::getText());
880 ".text", SectionKind::getText(),
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 453 SectionKind Kind = SectionKind::getText();

Completed in 63 milliseconds

1 2