Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp251 const FileIDAndOffset DeclLocDecomp = in getRawCommentForDeclNoCacheImpl() local
256 CommentsInTheFile.lower_bound(DeclLocDecomp.second); in getRawCommentForDeclNoCacheImpl()
269 if (SourceMgr.getLineNumber(DeclLocDecomp.first, DeclLocDecomp.second) == in getRawCommentForDeclNoCacheImpl()
270 Comments.getCommentBeginLine(CommentBehindDecl, DeclLocDecomp.first, in getRawCommentForDeclNoCacheImpl()
297 const char *Buffer = SourceMgr.getBufferData(DeclLocDecomp.first, in getRawCommentForDeclNoCacheImpl()
304 DeclLocDecomp.second - CommentEndOffset); in getRawCommentForDeclNoCacheImpl()