| /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 | 182 *Result += tooling::getText(*E, *Match.Context); in eval() 199 *Result += tooling::getText(*E, *Match.Context); in eval() 259 *Result += tooling::getText(Range, *Match.Context); in eval()
|
| H A D | RangeSelector.cpp | 208 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 | 262 appendToResultWithHTMLEscaping(C->getText()); in visitTextComment() 423 appendToResultWithHTMLEscaping(C->getText(i)); in visitVerbatimBlockComment() 438 appendToResultWithHTMLEscaping(C->getText()); in visitVerbatimLineComment() 612 appendToResultWithXMLEscaping(C->getText()); in visitTextComment() 812 appendToResultWithXMLEscaping(C->getText(i)); in visitVerbatimBlockComment() 827 appendToResultWithXMLEscaping(C->getText()); in visitVerbatimLineComment()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | DirectiveEmitter.h | 123 StringRef getText() const { return Def->getValueAsString("spelling"); } in getText() function 129 Value get() const { return Value{getText(), getVersions()}; } in get()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 96 SectionKind::getText()); in initMachOMCObjectFileInfo() 164 SectionKind::getText()); in initMachOMCObjectFileInfo() 568 SectionKind::getText(), GOFF::CLASS_CODE, in initGOFFMCObjectFileInfo() 842 TextSection = Ctx->getWasmSection(".text", SectionKind::getText()); in initWasmMCObjectFileInfo() 934 SectionKind::getText(), in initXCOFFMCObjectFileInfo() 1045 TextSection = Ctx->getDXContainerSection("DXBC", SectionKind::getText()); in initDXContainerObjectFileInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 234 return SectionKind::getText(); in getKindForGlobal() 238 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 | 187 OS << TM.getText(L->getTokenKey()); in dumpNode() 231 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
|
| /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() 714 isText ? SectionKind::getText() : SectionKind::getData())); in parseDirectiveSection()
|
| H A D | COFFMasmParser.cpp | 343 .CaseLower("code", SectionKind::getText()) in parseDirectiveSegment()
|
| /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/include/llvm/Support/ |
| H A D | SourceMgr.h | 268 StringRef getText() const { return Text; } in getText() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetObjectFile.cpp | 453 SectionKind Kind = SectionKind::getText(); in selectSectionForLookupTable()
|