Home
last modified time | relevance | path

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

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