Home
last modified time | relevance | path

Searched refs:Comments (Results 1 – 25 of 99) sorted by relevance

1234

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDRawCommentList.cpp219 while (!Comments.empty() && in addComment()
220 !SourceMgr.isBeforeInTranslationUnit(Comments.back()->getLocStart(), in addComment()
224 Comments.pop_back(); in addComment()
233 if (Comments.empty()) { in addComment()
234 Comments.push_back(new (Allocator) RawComment(RC)); in addComment()
238 const RawComment &C1 = *Comments.back(); in addComment()
248 *Comments.back() = RawComment(SourceMgr, MergedRange, true, in addComment()
251 Comments.push_back(new (Allocator) RawComment(RC)); in addComment()
257 MergedComments.reserve(Comments.size() + DeserializedComments.size()); in addDeserializedComments()
259 std::merge(Comments.begin(), Comments.end(), in addDeserializedComments()
[all …]
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDByteStreamer.h75 SmallVectorImpl<std::string> &Comments; variable
84 SmallVectorImpl<std::string> &Comments, in BufferByteStreamer() argument
86 : Buffer(Buffer), Comments(Comments), GenerateComments(GenerateComments) {} in BufferByteStreamer()
90 Comments.push_back(Comment.str()); in EmitInt8()
96 Comments.push_back(Comment.str()); in EmitSLEB128()
102 Comments.push_back(Comment.str()); in EmitULEB128()
HDDebugLocStream.cpp33 Comments.erase(Comments.begin() + Entries.back().CommentOffset, in finalizeEntry()
34 Comments.end()); in finalizeEntry()
HDDebugLocStream.h56 SmallVector<std::string, 32> Comments; variable
97 Entries.emplace_back(BeginSym, EndSym, DWARFBytes.size(), Comments.size()); in startEntry()
105 return BufferByteStreamer(DWARFBytes, Comments, GenerateComments); in getStreamer()
121 return makeArrayRef(Comments) in getComments()
148 return Comments.size() - Entries[EI].CommentOffset; in getNumComments()
HDDwarfDebug.cpp1464 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry()
1465 auto Comment = Comments.begin(); in emitDebugLocEntry()
1466 auto End = Comments.end(); in emitDebugLocEntry()
/NextBSD/contrib/llvm/lib/MC/MCDisassembler/
HDDisassembler.cpp129 StringRef Comments = DC->CommentsToEmit.str(); in emitComments() local
135 while (!Comments.empty()) { in emitComments()
140 size_t Position = Comments.find('\n'); in emitComments()
141 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()
143 Comments = Comments.substr(Position+1); in emitComments()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDRawCommentList.h189 return Comments; in getComments()
194 std::vector<RawComment *> Comments; variable
HDASTContext.h546 RawCommentList Comments; variable
622 return Comments; in getRawCommentList()
628 Comments.addComment(RC, BumpAlloc); in addComment()
/NextBSD/contrib/llvm/lib/MC/
HDMCAsmStreamer.cpp271 StringRef Comments = CommentToEmit; in EmitCommentsAndEOL() local
273 assert(Comments.back() == '\n' && in EmitCommentsAndEOL()
278 size_t Position = Comments.find('\n'); in EmitCommentsAndEOL()
279 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL()
281 Comments = Comments.substr(Position+1); in EmitCommentsAndEOL()
282 } while (!Comments.empty()); in EmitCommentsAndEOL()
/NextBSD/contrib/groff/doc/
HDgroff141 Node: Comments141491
142 Node: Comments-Footnotes144067
143 Ref: Comments-Footnote-1144124
HDgroff-340 * ', as a comment: Comments. (line 44)
309 * as, as1 requests, and comments: Comments. (line 16)
484 * comments: Comments. (line 6)
486 * comments, lining up with tabs: Comments. (line 21)
666 * ds, ds1 requests, and comments: Comments. (line 16)
1652 * request, undefined: Comments. (line 25)
1835 * tabs, before comments: Comments. (line 21)
1939 * undefined request: Comments. (line 25)
/NextBSD/usr.sbin/cron/doc/
HDFEATURES54 -- Comments and blank lines are allowed in the crontab file. Comments
/NextBSD/contrib/ipfilter/
HDSTYLE.TXT6 Function Comments
/NextBSD/contrib/apr/
HDlibapr.rc49 VALUE "Comments", APR_LICENSE "\0"
/NextBSD/contrib/apr-util/
HDlibaprutil.rc54 VALUE "Comments", APU_LICENSE "\0"
/NextBSD/contrib/groff/contrib/pdfmark/
HDREADME46 Comments, and bug reports are welcomed. Please post to the groff
/NextBSD/contrib/ntp/
HDNOTES.y2kfixes48 Comments:
/NextBSD/etc/pam.d/
HDREADME19 Comments are introduced with a hash mark ('#'). Blank lines and lines
/NextBSD/contrib/ofed/management/opensm/doc/
HDpartition-config.txt19 Comments:
/NextBSD/crypto/heimdal/lib/wind/
HDrfc4013.txt8 Request for Comments: 4013 OpenLDAP Foundation
151 # Input Output Comments
HDrfc3491.txt8 Request for Comments: 3491 IMC & VPNC
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp900 SmallString<40> Comments; in DisassembleObject() local
901 raw_svector_ostream CommentStream(Comments); in DisassembleObject()
942 Comments.clear(); in DisassembleObject()
/NextBSD/lib/libz/
HDREADME5 (Request for Comments) 1950 to 1952 in the files
/NextBSD/contrib/gcc/config/s390/
HDs390-modes.def89 *** Comments ***
/NextBSD/sys/dev/acpica/
HDacpi_quirks5 # Comments start with '#'. Any number of spaces/tabs are ok within a line.

1234