Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DRawCommentList.cpp350 auto Cached = CommentEndOffset.find(C); in getCommentEndOffset()
351 if (Cached != CommentEndOffset.end()) in getCommentEndOffset()
355 CommentEndOffset[C] = Offset; in getCommentEndOffset()
H A DASTContext.cpp256 const unsigned CommentEndOffset = in getRawCommentForDeclNoCacheImpl() local
267 StringRef Text(Buffer + CommentEndOffset, in getRawCommentForDeclNoCacheImpl()
268 DeclLocDecomp.second - CommentEndOffset); in getRawCommentForDeclNoCacheImpl()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRawCommentList.h202 mutable llvm::DenseMap<RawComment *, unsigned> CommentEndOffset; variable