| /trueos/contrib/llvm/tools/clang/lib/AST/ |
| HD | CommentBriefParser.cpp | 74 FirstParagraphOrBrief += Tok.getText(); in Parse() 76 ReturnsParagraph += Tok.getText(); in Parse() 119 if (isWhitespace(Tok.getText())) in Parse()
|
| HD | 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()
|
| HD | ASTDumper.cpp | 2006 OS << " Text=\"" << C->getText() << "\""; in visitTextComment() 2098 OS << " Text=\"" << C->getText() << "\""; in visitVerbatimBlockLineComment() 2102 OS << " Text=\"" << C->getText() << "\""; in visitVerbatimLineComment()
|
| /trueos/contrib/llvm/lib/Support/ |
| HD | SourceMgr.cpp | 269 if (I->getText().find_first_of("\n\r\t") != StringRef::npos) in buildFixItLine() 301 assert((size_t)llvm::sys::locale::columnWidth(I->getText()) == in buildFixItLine() 302 I->getText().size()); in buildFixItLine() 305 unsigned LastColumnModified = HintCol + I->getText().size(); in buildFixItLine() 309 std::copy(I->getText().begin(), I->getText().end(), in buildFixItLine()
|
| /trueos/contrib/llvm/tools/clang/lib/Index/ |
| HD | CommentToXML.cpp | 266 appendToResultWithHTMLEscaping(C->getText()); in visitTextComment() 423 appendToResultWithHTMLEscaping(C->getText(i)); in visitVerbatimBlockComment() 438 appendToResultWithHTMLEscaping(C->getText()); in visitVerbatimLineComment() 626 appendToResultWithXMLEscaping(C->getText()); in visitTextComment() 797 appendToResultWithXMLEscaping(C->getText(i)); in visitVerbatimBlockComment() 812 appendToResultWithXMLEscaping(C->getText()); in visitVerbatimLineComment()
|
| /trueos/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | Comment.h | 274 StringRef getText() const LLVM_READONLY { return Text; } in getText() function 868 StringRef getText() const LLVM_READONLY { in getText() function 920 StringRef getText(unsigned LineIdx) const { in getText() function 921 return Lines[LineIdx]->getText(); in getText() 955 StringRef getText() const { in getText() function
|
| HD | CommentLexer.h | 100 StringRef getText() const LLVM_READONLY { in getText() function
|
| /trueos/contrib/llvm/lib/MC/ |
| HD | MCObjectFileInfo.cpp | 37 SectionKind::getText()); in InitMachOMCObjectFileInfo() 100 SectionKind::getText()); in InitMachOMCObjectFileInfo() 380 SectionKind::getText()); in InitELFMCObjectFileInfo() 557 SectionKind::getText()); in InitCOFFMCObjectFileInfo()
|
| HD | WinCOFFStreamer.cpp | 108 SectionKind::getText()); in SetSectionText()
|
| HD | MCMachOStreamer.cpp | 105 SectionKind::getText())); in InitToTextSection()
|
| HD | MCELFStreamer.cpp | 55 SectionKind::getText()); in SetSectionText()
|
| HD | ELFObjectWriter.cpp | 1372 SectionKind::getText())); in WriteSection() 1378 ELF::SHF_EXECINSTR | ELF::SHF_ALLOC, SectionKind::getText(), 0, in WriteSection()
|
| /trueos/contrib/llvm/lib/Target/NVPTX/ |
| HD | NVPTXTargetObjectFile.h | 51 TextSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getText()); in Initialize()
|
| /trueos/contrib/llvm/include/llvm/MC/ |
| HD | SectionKind.h | 208 static SectionKind getText() { return get(Text); } in getText() function
|
| /trueos/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCAsmPrinter.cpp | 875 32, SectionKind::getText())); in EmitStartOfAsmFile() 881 16, SectionKind::getText())); in EmitStartOfAsmFile() 914 32, SectionKind::getText()); in EmitFunctionStubs() 982 16, SectionKind::getText()); in EmitFunctionStubs()
|
| /trueos/contrib/llvm/lib/Target/ |
| HD | TargetLoweringObjectFile.cpp | 137 return SectionKind::getText(); in getKindForGlobal()
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | SourceMgr.h | 197 StringRef getText() const { return Text; } in getText() function
|
| /trueos/contrib/llvm/lib/MC/MCParser/ |
| HD | COFFAsmParser.cpp | 95 SectionKind::getText()); in ParseSectionDirectiveText() 148 return SectionKind::getText(); in computeSectionKind()
|
| HD | ELFAsmParser.cpp | 90 ELF::SHF_ALLOC, SectionKind::getText()); in ParseSectionDirectiveText() 273 return SectionKind::getText(); in computeSectionKind()
|
| HD | DarwinAsmParser.cpp | 380 isText ? SectionKind::getText() in ParseSectionSwitch() 581 isText ? SectionKind::getText() in ParseDirectiveSection()
|
| /trueos/contrib/llvm/lib/Target/ARM/ |
| HD | ARMAsmPrinter.cpp | 484 12, SectionKind::getText()); in EmitStartOfAsmFile() 490 16, SectionKind::getText()); in EmitStartOfAsmFile() 497 SectionKind::getText()); in EmitStartOfAsmFile()
|