Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp237 const std::pair<FileID, unsigned> DeclLocDecomp = in getRawCommentForDeclNoCacheImpl() local
242 CommentsInTheFile.lower_bound(DeclLocDecomp.second); in getRawCommentForDeclNoCacheImpl()
255 if (SourceMgr.getLineNumber(DeclLocDecomp.first, DeclLocDecomp.second) == in getRawCommentForDeclNoCacheImpl()
256 Comments.getCommentBeginLine(CommentBehindDecl, DeclLocDecomp.first, in getRawCommentForDeclNoCacheImpl()
283 const char *Buffer = SourceMgr.getBufferData(DeclLocDecomp.first, in getRawCommentForDeclNoCacheImpl()
290 DeclLocDecomp.second - CommentEndOffset); in getRawCommentForDeclNoCacheImpl()