Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp285 std::pair<FileID, unsigned> CommentEndDecomp in getRawCommentForDeclNoCache() local
290 if (DeclLocDecomp.first != CommentEndDecomp.first) in getRawCommentForDeclNoCache()
301 StringRef Text(Buffer + CommentEndDecomp.second, in getRawCommentForDeclNoCache()
302 DeclLocDecomp.second - CommentEndDecomp.second); in getRawCommentForDeclNoCache()