Searched refs:DeclLocDecomp (Results 1 – 1 of 1) sorted by relevance
203 std::pair<FileID, unsigned> DeclLocDecomp = SourceMgr.getDecomposedLoc(DeclLoc); in getRawCommentForDeclNoCache() local214 if (DeclLocDecomp.first == CommentBeginDecomp.first && in getRawCommentForDeclNoCache()215 SourceMgr.getLineNumber(DeclLocDecomp.first, DeclLocDecomp.second) in getRawCommentForDeclNoCache()238 if (DeclLocDecomp.first != CommentEndDecomp.first) in getRawCommentForDeclNoCache()243 const char *Buffer = SourceMgr.getBufferData(DeclLocDecomp.first, in getRawCommentForDeclNoCache()250 DeclLocDecomp.second - CommentEndDecomp.second); in getRawCommentForDeclNoCache()