Searched refs:DeclLocDecomp (Results 1 – 1 of 1) sorted by relevance
252 std::pair<FileID, unsigned> DeclLocDecomp = SourceMgr.getDecomposedLoc(DeclLoc); in getRawCommentForDeclNoCache() local264 if (DeclLocDecomp.first == CommentBeginDecomp.first && in getRawCommentForDeclNoCache()265 SourceMgr.getLineNumber(DeclLocDecomp.first, DeclLocDecomp.second) in getRawCommentForDeclNoCache()290 if (DeclLocDecomp.first != CommentEndDecomp.first) in getRawCommentForDeclNoCache()295 const char *Buffer = SourceMgr.getBufferData(DeclLocDecomp.first, in getRawCommentForDeclNoCache()302 DeclLocDecomp.second - CommentEndDecomp.second); in getRawCommentForDeclNoCache()