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.cpp232 const std::pair<FileID, unsigned> DeclLocDecomp = in getRawCommentForDeclNoCacheImpl() local
237 CommentsInTheFile.lower_bound(DeclLocDecomp.second); in getRawCommentForDeclNoCacheImpl()
250 if (SourceMgr.getLineNumber(DeclLocDecomp.first, DeclLocDecomp.second) == in getRawCommentForDeclNoCacheImpl()
251 Comments.getCommentBeginLine(CommentBehindDecl, DeclLocDecomp.first, in getRawCommentForDeclNoCacheImpl()
278 const char *Buffer = SourceMgr.getBufferData(DeclLocDecomp.first, in getRawCommentForDeclNoCacheImpl()
285 DeclLocDecomp.second - CommentEndOffset); in getRawCommentForDeclNoCacheImpl()