| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/ |
| H A D | SourceCodeBuilders.cpp | 65 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 D | Stencil.cpp | 250 *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 D | SourceCode.cpp | 31 StringRef clang::tooling::getText(CharSourceRange Range, in getText() function in clang::tooling
|
| H A D | RangeSelector.cpp | 216 if (tooling::getText(R, *Result.Context) != D->getName()) in name()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/ |
| H A D | SourceCode.h | 47 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 D | CommentBriefParser.cpp | 72 FirstParagraphOrBrief += Tok.getText(); in Parse() 74 ReturnsParagraph += Tok.getText(); in Parse() 117 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() 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 D | SourceMgr.cpp | 391 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 D | CommentToXML.cpp | 262 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 D | Comment.h | 281 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 D | CommentLexer.h | 98 StringRef getText() const LLVM_READONLY { in getText() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CXComment.cpp | 132 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 D | FixIt.cpp | 21 StringRef getText(CharSourceRange Range, const ASTContext &Context) { in getText() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
| H A D | COFFMasmParser.cpp | 195 SectionKind::getText()); in ParseSectionDirectiveCode() 225 return SectionKind::getText(); in computeSectionKind()
|
| H A D | COFFAsmParser.cpp | 101 SectionKind::getText()); in ParseSectionDirectiveText() 155 return SectionKind::getText(); in computeSectionKind()
|
| H A D | WasmAsmParser.cpp | 153 .StartsWith(".text", SectionKind::getText()) in parseSectionDirective()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 209 return SectionKind::getText(); in getKindForGlobal() 213 return SectionKind::getText(); in getKindForGlobal()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 76 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 D | SectionKind.h | 183 static SectionKind getText() { return get(Text); } in getText() function
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
| H A D | ubsan_diag.h | 112 const char *getText() const { return Text; } in getText() function
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
| H A D | ubsan_diag.h | 113 const char *getText() const { return Text; } in getText() function
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
| H A D | ubsan_diag.h | 111 const char *getText() const { return Text; } in getText() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | SourceMgr.h | 237 StringRef getText() const { return Text; } in getText() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetObjectFile.cpp | 453 SectionKind Kind = SectionKind::getText(); in selectSectionForLookupTable()
|