Home
last modified time | relevance | path

Searched refs:CommentEndOffset (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DRawCommentList.cpp351 auto Cached = CommentEndOffset.find(C); in getCommentEndOffset()
352 if (Cached != CommentEndOffset.end()) in getCommentEndOffset()
356 CommentEndOffset[C] = Offset; in getCommentEndOffset()
H A DASTContext.cpp261 const unsigned CommentEndOffset = in getRawCommentForDeclNoCacheImpl() local
272 StringRef Text(Buffer + CommentEndOffset, in getRawCommentForDeclNoCacheImpl()
273 DeclLocDecomp.second - CommentEndOffset); in getRawCommentForDeclNoCacheImpl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DRawCommentList.h217 mutable llvm::DenseMap<RawComment *, unsigned> CommentEndOffset; variable