Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DRawCommentList.cpp286 const FileID CommentFile = Loc.first; in addComment() local
291 if (OrderedComments[CommentFile].empty()) { in addComment()
292 OrderedComments[CommentFile][CommentOffset] = in addComment()
297 const RawComment &C1 = *OrderedComments[CommentFile].rbegin()->second; in addComment()
320 *OrderedComments[CommentFile].rbegin()->second = in addComment()
323 OrderedComments[CommentFile][CommentOffset] = in addComment()