Home
last modified time | relevance | path

Searched refs:CommentFile (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DRawCommentList.cpp287 const FileID CommentFile = Loc.first; in addComment() local
292 if (OrderedComments[CommentFile].empty()) { in addComment()
293 OrderedComments[CommentFile][CommentOffset] = in addComment()
298 const RawComment &C1 = *OrderedComments[CommentFile].rbegin()->second; in addComment()
321 *OrderedComments[CommentFile].rbegin()->second = in addComment()
324 OrderedComments[CommentFile][CommentOffset] = in addComment()