Searched refs:CommentsInThisFile (Results 1 – 1 of 1) sorted by relevance
301 const auto CommentsInThisFile = Comments.getCommentsInFile(File); in getRawCommentForDeclNoCache() local302 if (!CommentsInThisFile || CommentsInThisFile->empty()) in getRawCommentForDeclNoCache()305 return getRawCommentForDeclNoCacheImpl(D, DeclLoc, *CommentsInThisFile); in getRawCommentForDeclNoCache()500 auto CommentsInThisFile = Comments.getCommentsInFile(File); in attachCommentsToJustParsedDecls() local501 if (!CommentsInThisFile || CommentsInThisFile->empty() || in attachCommentsToJustParsedDecls()502 CommentsInThisFile->rbegin()->second->isAttached()) in attachCommentsToJustParsedDecls()529 getRawCommentForDeclNoCacheImpl(D, DeclLoc, *CommentsInThisFile)) { in attachCommentsToJustParsedDecls()