Searched refs:DeclLocDecomp (Results 1 – 1 of 1) sorted by relevance
202 std::pair<FileID, unsigned> DeclLocDecomp = SourceMgr.getDecomposedLoc(DeclLoc); in getRawCommentForDeclNoCache() local213 if (DeclLocDecomp.first == CommentBeginDecomp.first && in getRawCommentForDeclNoCache()214 SourceMgr.getLineNumber(DeclLocDecomp.first, DeclLocDecomp.second) in getRawCommentForDeclNoCache()237 if (DeclLocDecomp.first != CommentEndDecomp.first) in getRawCommentForDeclNoCache()242 const char *Buffer = SourceMgr.getBufferData(DeclLocDecomp.first, in getRawCommentForDeclNoCache()249 DeclLocDecomp.second - CommentEndDecomp.second); in getRawCommentForDeclNoCache()