Searched refs:getText (Results 1 - 25 of 45) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/
H A DFixIt.cpp21 StringRef getText(CharSourceRange Range, const ASTContext &Context) { function in namespace:clang::tooling::fixit::internal
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DFixIt.h29 StringRef getText(CharSourceRange Range, const ASTContext &Context);
50 StringRef getText(const T &Node, const ASTContext &Context) { function in namespace:clang::tooling::fixit
51 return internal::getText(internal::getSourceRange(Node), Context);
65 getText(Source, Context));
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/
H A DSourceCode.h47 StringRef getText(CharSourceRange Range, const ASTContext &Context);
51 StringRef getText(const T &Node, const ASTContext &Context) { function in namespace:clang::tooling
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);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DSourceCodeBuilders.cpp65 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);
H A DStencil.cpp250 *Result += tooling::getText(*E, *Match.Context);
267 *Result += tooling::getText(*E, *Match.Context);
315 *Result += tooling::getText(Range, *Match.Context);
H A DSourceCode.cpp31 StringRef clang::tooling::getText(CharSourceRange Range, function in class:clang::tooling
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentBriefParser.cpp72 FirstParagraphOrBrief += Tok.getText();
74 ReturnsParagraph += Tok.getText();
117 if (isWhitespace(Tok.getText()))
H A DCommentParser.cpp61 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()));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h183 static SectionKind getText() { return get(Text); } function in class:llvm::SectionKind
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DSourceMgr.cpp391 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);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp262 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());
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXComment.cpp132 return cxstring::createRef(TC->getText());
349 return cxstring::createRef(VBL->getText());
357 return cxstring::createRef(VLC->getText());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp195 SectionKind::getText());
225 return SectionKind::getText();
H A DWasmAsmParser.cpp153 .StartsWith(".text", SectionKind::getText())
H A DCOFFAsmParser.cpp101 SectionKind::getText());
155 return SectionKind::getText();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp209 return SectionKind::getText();
213 return SectionKind::getText();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h281 StringRef getText() const LLVM_READONLY { return Text; }
883 StringRef getText() const LLVM_READONLY {
935 StringRef getText(unsigned LineIdx) const { function in class:clang::comments::ParamCommandComment::VerbatimBlockComment
936 return Lines[LineIdx]->getText();
970 StringRef getText() const { function in class:clang::comments::ParamCommandComment::VerbatimLineComment
H A DCommentLexer.h98 StringRef getText() const LLVM_READONLY {
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag.h113 const char *getText() const { return Text; } function in class:__ubsan::Range
H A Dubsan_diag.cc316 RenderText(&Buffer, InRange->getText(), Args);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag.h111 const char *getText() const { return Text; } function in class:__ubsan::Range
H A Dubsan_diag.cc314 RenderText(&Buffer, InRange->getText(), Args);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSourceMgr.h237 StringRef getText() const { return Text; } function in class:llvm::SMFixIt
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_diag.h112 const char *getText() const { return Text; } function in class:__ubsan::Range
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp76 SectionKind::getText());
144 SectionKind::getText());
530 SectionKind::getText());
789 TextSection = Ctx->getWasmSection(".text", SectionKind::getText());
880 ".text", SectionKind::getText(),

Completed in 325 milliseconds

12