/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | SourceCodeBuilders.cpp | 77 StringRef Text = getText(E, Context); in buildParens() 91 getText(*Op->getSubExpr()->IgnoreParenImpCasts(), Context); in buildDereference() 97 StringRef Text = getText(E, Context); in buildDereference() 114 getText(*Op->getSubExpr()->IgnoreParenImpCasts(), Context); in buildAddressOf() 120 StringRef Text = getText(E, Context); in buildAddressOf() 137 StringRef DerefText = getText(*SubExpr, Context); in buildAccessForValue() 146 StringRef Text = getText(E, Context); in buildAccessForValue() 163 StringRef DerefText = getText(*SubExpr, Context); in buildAccessForPointer() 172 StringRef Text = getText(E, Context); in buildAccessForPointer()
|
H A D | Stencil.cpp | 178 *Result += tooling::getText(*E, *Match.Context); in eval() 195 *Result += tooling::getText(*E, *Match.Context); in eval() 255 *Result += tooling::getText(Range, *Match.Context); in eval()
|
H A D | RangeSelector.cpp | 209 if (tooling::getText(R, *Result.Context) != D->getName()) in name()
|
H A D | SourceCode.cpp | 31 StringRef clang::tooling::getText(CharSourceRange Range, in getText() function in clang::tooling
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
H A D | FixIt.h | 29 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()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | CommentBriefParser.cpp | 63 FirstParagraphOrBrief += Tok.getText(); in Parse() 65 ReturnsParagraph += Tok.getText(); in Parse() 108 if (isWhitespace(Tok.getText())) in Parse()
|
H A D | CommentParser.cpp | 61 Pos.BufferStart = Tok.getText().begin(); in setupBuffer() 62 Pos.BufferEnd = Tok.getText().end(); in setupBuffer() 403 Arg.getText()); in parseParamCommandArgs() 409 Arg.getText()); in parseParamCommandArgs() 419 Arg.getText()); in parseTParamCommandArgs() 430 SourceRange(Arg.getLocation(), Arg.getEndLocation()), Arg.getText()}; in parseCommandArgs() 447 SourceRange(Arg.getLocation(), Arg.getEndLocation()), Arg.getText()}; in parseThrowCommandArgs() 465 SourceRange(Arg.getLocation(), Arg.getEndLocation()), Arg.getText()}; in parseParCommandArgs() 768 if (Tok.is(tok::text) && isWhitespace(Tok.getText())) { in parseParagraphOrBlockCommand() 795 Tok.getText())); in parseParagraphOrBlockCommand()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 402 if (Fixit.getText().find_first_of("\n\r\t") != StringRef::npos) in buildFixItLine() 434 assert((size_t)sys::locale::columnWidth(Fixit.getText()) == in buildFixItLine() 435 Fixit.getText().size()); in buildFixItLine() 438 unsigned LastColumnModified = HintCol + Fixit.getText().size(); in buildFixItLine() 442 llvm::copy(Fixit.getText(), FixItLine.begin() + HintCol); in buildFixItLine()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | FixIt.cpp | 21 StringRef getText(CharSourceRange Range, const ASTContext &Context) { in getText() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
H A D | TokenManager.h | 41 virtual llvm::StringRef getText(Key K) const = 0;
|
H A D | TokenBufferTokenManager.h | 29 llvm::StringRef getText(Key I) const override { in getText() function
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | CommentToXML.cpp | 263 appendToResultWithHTMLEscaping(C->getText()); in visitTextComment() 424 appendToResultWithHTMLEscaping(C->getText(i)); in visitVerbatimBlockComment() 439 appendToResultWithHTMLEscaping(C->getText()); in visitVerbatimLineComment() 613 appendToResultWithXMLEscaping(C->getText()); in visitTextComment() 813 appendToResultWithXMLEscaping(C->getText(i)); in visitVerbatimBlockComment() 828 appendToResultWithXMLEscaping(C->getText()); in visitVerbatimLineComment()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCObjectFileInfo.cpp | 95 SectionKind::getText()); in initMachOMCObjectFileInfo() 163 SectionKind::getText()); in initMachOMCObjectFileInfo() 549 TextSection = Ctx->getGOFFSection(".text", SectionKind::getText(), nullptr); in initGOFFMCObjectFileInfo() 798 TextSection = Ctx->getWasmSection(".text", SectionKind::getText()); in initWasmMCObjectFileInfo() 890 SectionKind::getText(), in initXCOFFMCObjectFileInfo() 1001 TextSection = Ctx->getDXContainerSection("DXBC", SectionKind::getText()); in initDXContainerObjectFileInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ |
H A D | TargetLoweringObjectFile.cpp | 207 return SectionKind::getText(); in getKindForGlobal() 211 return SectionKind::getText(); in getKindForGlobal()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | SectionKind.h | 190 static SectionKind getText() { return get(Text); } in getText() function
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Tree.cpp | 188 OS << TM.getText(L->getTokenKey()); in dumpNode() 232 OS << TM.getText(L->getTokenKey()); in dumpTokens()
|
H A D | Synthesis.cpp | 224 TBTM.getText(L->getTokenKey())); in deepCopyExpandingMacros()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.h | 92 const char *getText() const { return Text; } in getSymbolizedStack() 112 const char *getText() const { return Text; } getText() function
|
H A D | ubsan_diag.cpp | 329 RenderText(&Buffer, InRange->getText(), Args); in PrintMemorySnippet()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | WasmAsmParser.cpp | 165 .StartsWith(".text", SectionKind::getText()) in parseSectionDirective()
|
H A D | DarwinAsmParser.cpp | 485 isText ? SectionKind::getText() : SectionKind::getData())); in parseSectionSwitch() 724 isText ? SectionKind::getText() : SectionKind::getData())); in parseDirectiveSection()
|
H A D | COFFMasmParser.cpp | 343 .CaseLower("code", SectionKind::getText()) in ParseDirectiveSegment()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SourceMgr.h | 267 StringRef getText() const { return Text; } in getText() function
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CommentLexer.h | 98 StringRef getText() const LLVM_READONLY { in getText() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetObjectFile.cpp | 454 SectionKind Kind = SectionKind::getText(); in selectSectionForLookupTable()
|