Searched refs:CommentBeginLine (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp340 auto Cached = CommentBeginLine.find(C);
341 if (Cached != CommentBeginLine.end())
344 CommentBeginLine[C] = Line;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h216 mutable llvm::DenseMap<RawComment *, unsigned> CommentBeginLine; member in class:clang::RawCommentList

Completed in 197 milliseconds