| /minix3/external/bsd/llvm/dist/clang/unittests/AST/ |
| H A D | CommentLexer.cpp | 138 ASSERT_EQ(StringRef(" Meow"), Toks[0].getText()); in TEST_F() 158 ASSERT_EQ(StringRef(" Meow"), Toks[0].getText()); in TEST_F() 181 ASSERT_EQ(StringRef(" Aaa"), Toks[0].getText()); in TEST_F() 183 ASSERT_EQ(StringRef("\\"), Toks[1].getText()); in TEST_F() 187 ASSERT_EQ(StringRef(" Bbb"), Toks[3].getText()); in TEST_F() 189 ASSERT_EQ(StringRef("\\"), Toks[4].getText()); in TEST_F() 191 ASSERT_EQ(StringRef(" "), Toks[5].getText()); in TEST_F() 195 ASSERT_EQ(StringRef(" Ccc?" "?/"), Toks[7].getText()); in TEST_F() 219 ASSERT_EQ(StringRef(" Aaa"), Toks[0].getText()); in TEST_F() 223 ASSERT_EQ(StringRef(" Bbb"), Toks[2].getText()); in TEST_F() [all …]
|
| H A D | CommentParser.cpp | 126 StringRef ActualText = TC->getText(); in HasTextAt() 147 StringRef ActualText = TC->getText(); in HasTextWithNewlineAt() 528 StringRef ActualLine0 = VBC->getText(0); in HasVerbatimBlockAt() 556 StringRef ActualLine0 = VBC->getText(0); in HasVerbatimBlockAt() 562 StringRef ActualLine1 = VBC->getText(1); in HasVerbatimBlockAt() 587 StringRef ActualText = VLC->getText(); in HasVerbatimLineAt() 1379 ASSERT_EQ(" Aaa", VBC->getText(0)); in TEST_F() 1380 ASSERT_EQ("", VBC->getText(1)); in TEST_F() 1381 ASSERT_EQ(" Bbb", VBC->getText(2)); in TEST_F()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | CommentBriefParser.cpp | 74 FirstParagraphOrBrief += Tok.getText(); in Parse() 76 ReturnsParagraph += Tok.getText(); in Parse() 119 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() 608 if (Tok.is(tok::text) && isWhitespace(Tok.getText())) { in parseParagraphOrBlockCommand() 635 Tok.getText())); in parseParagraphOrBlockCommand()
|
| H A D | ASTDumper.cpp | 2097 OS << " Text=\"" << C->getText() << "\""; in visitTextComment() 2189 OS << " Text=\"" << C->getText() << "\""; in visitVerbatimBlockLineComment() 2193 OS << " Text=\"" << C->getText() << "\""; in visitVerbatimLineComment()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
| H A D | SourceMgr.cpp | 258 if (I->getText().find_first_of("\n\r\t") != StringRef::npos) in buildFixItLine() 290 assert((size_t)llvm::sys::locale::columnWidth(I->getText()) == in buildFixItLine() 291 I->getText().size()); in buildFixItLine() 294 unsigned LastColumnModified = HintCol + I->getText().size(); in buildFixItLine() 298 std::copy(I->getText().begin(), I->getText().end(), in buildFixItLine()
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | CXComment.cpp | 136 return cxstring::createRef(TC->getText()); in clang_TextComment_getText() 350 return cxstring::createRef(VBL->getText()); in clang_VerbatimBlockLineComment_getText() 358 return cxstring::createRef(VLC->getText()); in clang_VerbatimLineComment_getText()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | Comment.h | 287 StringRef getText() const LLVM_READONLY { return Text; } in getText() function 889 StringRef getText() const LLVM_READONLY { in getText() function 941 StringRef getText(unsigned LineIdx) const { in getText() function 942 return Lines[LineIdx]->getText(); in getText() 976 StringRef getText() const { in getText() function
|
| H A D | CommentLexer.h | 100 StringRef getText() const LLVM_READONLY { in getText() function
|
| /minix3/external/bsd/llvm/dist/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 265 appendToResultWithHTMLEscaping(C->getText()); in visitTextComment() 422 appendToResultWithHTMLEscaping(C->getText(i)); in visitVerbatimBlockComment() 437 appendToResultWithHTMLEscaping(C->getText()); in visitVerbatimLineComment() 621 appendToResultWithXMLEscaping(C->getText()); in visitTextComment() 805 appendToResultWithXMLEscaping(C->getText(i)); in visitVerbatimBlockComment() 820 appendToResultWithXMLEscaping(C->getText()); in visitVerbatimLineComment()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetObjectFile.h | 51 TextSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getText()); in Initialize()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
| H A D | SectionKind.h | 208 static SectionKind getText() { return get(Text); } in getText() function
|
| /minix3/external/bsd/llvm/dist/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 62 SectionKind::getText()); in InitMachOMCObjectFileInfo() 119 SectionKind::getText()); in InitMachOMCObjectFileInfo() 428 SectionKind::getText()); in InitELFMCObjectFileInfo() 622 SectionKind::getText()); in InitCOFFMCObjectFileInfo()
|
| H A D | ELFObjectWriter.cpp | 1561 SectionKind::getText())); in WriteSection() 1567 ELF::SHF_EXECINSTR | ELF::SHF_ALLOC, SectionKind::getText(), 0, in WriteSection()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 143 return SectionKind::getText(); in getKindForGlobal()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
| H A D | SourceMgr.h | 218 StringRef getText() const { return Text; } in getText() function
|
| /minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/ |
| H A D | COFFAsmParser.cpp | 97 SectionKind::getText()); in ParseSectionDirectiveText() 150 return SectionKind::getText(); in computeSectionKind()
|
| H A D | ELFAsmParser.cpp | 90 ELF::SHF_ALLOC, SectionKind::getText()); in ParseSectionDirectiveText() 274 return SectionKind::getText(); in computeSectionKind()
|
| H A D | DarwinAsmParser.cpp | 385 isText ? SectionKind::getText() in parseSectionSwitch() 586 isText ? SectionKind::getText() in parseDirectiveSection()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 1217 32, SectionKind::getText())); in EmitStartOfAsmFile() 1223 16, SectionKind::getText())); in EmitStartOfAsmFile() 1257 32, SectionKind::getText()); in EmitFunctionStubs() 1325 16, SectionKind::getText()); in EmitFunctionStubs()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMAsmPrinter.cpp | 468 12, SectionKind::getText()); in EmitStartOfAsmFile() 474 16, SectionKind::getText()); in EmitStartOfAsmFile() 481 SectionKind::getText()); in EmitStartOfAsmFile()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.cpp | 947 ELF::SHF_ALLOC | ELF::SHF_EXECINSTR, SectionKind::getText()); in EmitFPCallStub()
|
| /minix3/minix/share/beaglebone/weather/ |
| H A D | jquery.js | 4 …getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof…
|