Home
last modified time | relevance | path

Searched refs:getText (Results 1 – 25 of 46) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DSourceCodeBuilders.cpp65 StringRef Text = getText(E, Context); in buildParens()
79 getText(*Op->getSubExpr()->IgnoreParenImpCasts(), Context); in buildDereference()
85 StringRef Text = getText(E, Context); in buildDereference()
100 getText(*Op->getSubExpr()->IgnoreParenImpCasts(), Context); in buildAddressOf()
106 StringRef Text = getText(E, Context); in buildAddressOf()
121 StringRef DerefText = getText(*SubExpr, Context); in buildDot()
130 StringRef Text = getText(E, Context); in buildDot()
145 StringRef DerefText = getText(*SubExpr, Context); in buildArrow()
154 StringRef Text = getText(E, Context); in buildArrow()
H A DStencil.cpp250 *Result += tooling::getText(*E, *Match.Context); in evalData()
267 *Result += tooling::getText(*E, *Match.Context); in evalData()
315 *Result += tooling::getText(Range, *Match.Context); in evalData()
H A DSourceCode.cpp31 StringRef clang::tooling::getText(CharSourceRange Range, in getText() function in clang::tooling
H A DRangeSelector.cpp216 if (tooling::getText(R, *Result.Context) != D->getName()) in name()
/netbsd-src/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) { in getText() function
51 return internal::getText(internal::getSourceRange(Node), Context); in getText()
65 getText(Source, Context)); in createReplacement()
/netbsd-src/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) { in getText() function
52 return getText(CharSourceRange::getTokenRange(Node.getSourceRange()), in getText()
81 return getText(getExtendedRange(Node, Next, Context), Context); in getExtendedText()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentBriefParser.cpp72 FirstParagraphOrBrief += Tok.getText(); in Parse()
74 ReturnsParagraph += Tok.getText(); in Parse()
117 if (isWhitespace(Tok.getText())) in Parse()
H A DCommentParser.cpp61 Pos.BufferStart = Tok.getText().begin(); in setupBuffer()
62 Pos.BufferEnd = Tok.getText().end(); in setupBuffer()
273 Arg.getText()); in parseParamCommandArgs()
279 Arg.getText()); in parseParamCommandArgs()
289 Arg.getText()); in parseTParamCommandArgs()
303 Arg.getText()); in parseBlockCommandArgs()
420 ArgTok.getText()); in parseInlineCommand()
612 if (Tok.is(tok::text) && isWhitespace(Tok.getText())) { in parseParagraphOrBlockCommand()
639 Tok.getText())); in parseParagraphOrBlockCommand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSourceMgr.cpp391 if (Fixit.getText().find_first_of("\n\r\t") != StringRef::npos) in buildFixItLine()
423 assert((size_t)sys::locale::columnWidth(Fixit.getText()) == in buildFixItLine()
424 Fixit.getText().size()); in buildFixItLine()
427 unsigned LastColumnModified = HintCol + Fixit.getText().size(); in buildFixItLine()
431 llvm::copy(Fixit.getText(), FixItLine.begin() + HintCol); in buildFixItLine()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp262 appendToResultWithHTMLEscaping(C->getText()); in visitTextComment()
423 appendToResultWithHTMLEscaping(C->getText(i)); in visitVerbatimBlockComment()
438 appendToResultWithHTMLEscaping(C->getText()); in visitVerbatimLineComment()
611 appendToResultWithXMLEscaping(C->getText()); in visitTextComment()
800 appendToResultWithXMLEscaping(C->getText(i)); in visitVerbatimBlockComment()
815 appendToResultWithXMLEscaping(C->getText()); in visitVerbatimLineComment()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h281 StringRef getText() const LLVM_READONLY { return Text; } in getText() function
883 StringRef getText() const LLVM_READONLY { in getText() function
935 StringRef getText(unsigned LineIdx) const { in getText() function
936 return Lines[LineIdx]->getText(); in getText()
970 StringRef getText() const { in getText() function
H A DCommentLexer.h98 StringRef getText() const LLVM_READONLY { in getText() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXComment.cpp132 return cxstring::createRef(TC->getText()); in clang_TextComment_getText()
349 return cxstring::createRef(VBL->getText()); in clang_VerbatimBlockLineComment_getText()
357 return cxstring::createRef(VLC->getText()); in clang_VerbatimLineComment_getText()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DFixIt.cpp21 StringRef getText(CharSourceRange Range, const ASTContext &Context) { in getText() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp195 SectionKind::getText()); in ParseSectionDirectiveCode()
225 return SectionKind::getText(); in computeSectionKind()
H A DCOFFAsmParser.cpp101 SectionKind::getText()); in ParseSectionDirectiveText()
155 return SectionKind::getText(); in computeSectionKind()
H A DWasmAsmParser.cpp153 .StartsWith(".text", SectionKind::getText()) in parseSectionDirective()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp209 return SectionKind::getText(); in getKindForGlobal()
213 return SectionKind::getText(); in getKindForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp76 SectionKind::getText()); in initMachOMCObjectFileInfo()
144 SectionKind::getText()); in initMachOMCObjectFileInfo()
530 SectionKind::getText()); in initCOFFMCObjectFileInfo()
789 TextSection = Ctx->getWasmSection(".text", SectionKind::getText()); in initWasmMCObjectFileInfo()
880 ".text", SectionKind::getText(), in initXCOFFMCObjectFileInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h183 static SectionKind getText() { return get(Text); } in getText() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_diag.h112 const char *getText() const { return Text; } in getText() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag.h113 const char *getText() const { return Text; } in getText() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag.h111 const char *getText() const { return Text; } in getText() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSourceMgr.h237 StringRef getText() const { return Text; } in getText() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp453 SectionKind Kind = SectionKind::getText(); in selectSectionForLookupTable()

12