Searched refs:CommentBeginLine (Results 1 – 2 of 2) sorted by relevance
339 auto Cached = CommentBeginLine.find(C); in getCommentBeginLine()340 if (Cached != CommentBeginLine.end()) in getCommentBeginLine()343 CommentBeginLine[C] = Line; in getCommentBeginLine()
233 mutable llvm::DenseMap<RawComment *, unsigned> CommentBeginLine; variable