| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/ |
| H A D | FixIt.h | 30 StringRef getText(SourceRange 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-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | CommentBriefParser.cpp | 73 FirstParagraphOrBrief += Tok.getText(); in Parse() 75 ReturnsParagraph += Tok.getText(); in Parse() 118 if (isWhitespace(Tok.getText())) in Parse()
|
| H A D | CommentParser.cpp | 62 Pos.BufferStart = Tok.getText().begin(); in setupBuffer() 63 Pos.BufferEnd = Tok.getText().end(); in setupBuffer() 274 Arg.getText()); in parseParamCommandArgs() 280 Arg.getText()); in parseParamCommandArgs() 290 Arg.getText()); in parseTParamCommandArgs() 304 Arg.getText()); in parseBlockCommandArgs() 421 ArgTok.getText()); in parseInlineCommand() 607 if (Tok.is(tok::text) && isWhitespace(Tok.getText())) { in parseParagraphOrBlockCommand() 634 Tok.getText())); in parseParagraphOrBlockCommand()
|
| H A D | TextNodeDumper.cpp | 448 OS << " Text=\"" << C->getText() << "\""; in visitTextComment() 551 OS << " Text=\"" << C->getText() << "\""; in visitVerbatimBlockLineComment() 556 OS << " Text=\"" << C->getText() << "\""; in visitVerbatimLineComment()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | SourceMgr.cpp | 289 if (I->getText().find_first_of("\n\r\t") != StringRef::npos) in buildFixItLine() 321 assert((size_t)sys::locale::columnWidth(I->getText()) == in buildFixItLine() 322 I->getText().size()); in buildFixItLine() 325 unsigned LastColumnModified = HintCol + I->getText().size(); in buildFixItLine() 329 std::copy(I->getText().begin(), I->getText().end(), in buildFixItLine()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ |
| H A D | FixIt.cpp | 22 StringRef getText(SourceRange Range, const ASTContext &Context) { in getText() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 264 appendToResultWithHTMLEscaping(C->getText()); in visitTextComment() 421 appendToResultWithHTMLEscaping(C->getText(i)); in visitVerbatimBlockComment() 436 appendToResultWithHTMLEscaping(C->getText()); in visitVerbatimLineComment() 609 appendToResultWithXMLEscaping(C->getText()); in visitTextComment() 794 appendToResultWithXMLEscaping(C->getText(i)); in visitVerbatimBlockComment() 809 appendToResultWithXMLEscaping(C->getText()); in visitVerbatimLineComment()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Comment.h | 283 StringRef getText() const LLVM_READONLY { return Text; } in getText() function 884 StringRef getText() const LLVM_READONLY { in getText() function 936 StringRef getText(unsigned LineIdx) const { in getText() function 937 return Lines[LineIdx]->getText(); in getText() 971 StringRef getText() const { in getText() function
|
| H A D | CommentLexer.h | 99 StringRef getText() const LLVM_READONLY { in getText() function
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 75 SectionKind::getText()); in initMachOMCObjectFileInfo() 143 SectionKind::getText()); in initMachOMCObjectFileInfo() 504 SectionKind::getText()); in initCOFFMCObjectFileInfo() 723 TextSection = Ctx->getWasmSection(".text", SectionKind::getText()); in initWasmMCObjectFileInfo()
|
| H A D | MCContext.cpp | 406 Kind = SectionKind::getText(); in getELFSection()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | SectionKind.h | 180 static SectionKind getText() { return get(Text); } in getText() function
|
| /freebsd-12.1/contrib/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.h | 113 const char *getText() const { return Text; } in getText() function
|
| H A D | ubsan_diag.cc | 316 RenderText(&Buffer, InRange->getText(), Args); in PrintMemorySnippet()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 150 return SectionKind::getText(); in getKindForGlobal()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | SourceMgr.h | 246 StringRef getText() const { return Text; } in getText() function
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | COFFAsmParser.cpp | 109 SectionKind::getText()); in ParseSectionDirectiveText() 167 return SectionKind::getText(); in computeSectionKind()
|
| H A D | DarwinAsmParser.cpp | 485 isText ? SectionKind::getText() : SectionKind::getData())); in parseSectionSwitch() 727 isText ? SectionKind::getText() : SectionKind::getData())); in parseDirectiveSection()
|
| H A D | ELFAsmParser.cpp | 101 ELF::SHF_ALLOC, SectionKind::getText()); in ParseSectionDirectiveText()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetObjectFile.cpp | 454 SectionKind Kind = SectionKind::getText(); in selectSectionForLookupTable()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 1550 32, SectionKind::getText())); in EmitStartOfAsmFile() 1556 16, SectionKind::getText())); in EmitStartOfAsmFile()
|
| /freebsd-12.1/contrib/libxo/xohtml/external/ |
| H A D | jquery.js | 4248 var getText = Sizzle.getText = function( elem ) { 4264 ret += getText( elem ); 4276 ret += getText( node ); 4670 return (elem.textContent || elem.innerText || getText([ elem ]) || "").indexOf(match[3]) >= 0; 5358 jQuery.text = Sizzle.getText;
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1673 return SectionKind::getText(); in getWasmKindForNamedSection()
|