Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp342 auto Cached = CommentBeginLine.find(C); in getCommentBeginLine()
343 if (Cached != CommentBeginLine.end()) in getCommentBeginLine()
346 CommentBeginLine[C] = Line; in getCommentBeginLine()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h228 mutable llvm::DenseMap<RawComment *, unsigned> CommentBeginLine; variable