Searched refs:CommentsInThisFile (Results 1 – 1 of 1) sorted by relevance
294 const auto CommentsInThisFile = Comments.getCommentsInFile(File); in getRawCommentForDeclNoCache() local295 if (!CommentsInThisFile || CommentsInThisFile->empty()) in getRawCommentForDeclNoCache()298 return getRawCommentForDeclNoCacheImpl(D, DeclLoc, *CommentsInThisFile); in getRawCommentForDeclNoCache()493 auto CommentsInThisFile = Comments.getCommentsInFile(File); in attachCommentsToJustParsedDecls() local494 if (!CommentsInThisFile || CommentsInThisFile->empty() || in attachCommentsToJustParsedDecls()495 CommentsInThisFile->rbegin()->second->isAttached()) in attachCommentsToJustParsedDecls()522 getRawCommentForDeclNoCacheImpl(D, DeclLoc, *CommentsInThisFile)) { in attachCommentsToJustParsedDecls()