Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DRawCommentList.cpp341 auto Cached = CommentBeginLine.find(C); in getCommentBeginLine()
342 if (Cached != CommentBeginLine.end()) in getCommentBeginLine()
345 CommentBeginLine[C] = Line; in getCommentBeginLine()
/external/llvm-project/clang/include/clang/AST/
DRawCommentList.h201 mutable llvm::DenseMap<RawComment *, unsigned> CommentBeginLine; variable