Searched refs:CommentsInThisFile (Results 1 – 1 of 1) sorted by relevance
303 const auto CommentsInThisFile = Comments.getCommentsInFile(File); in getRawCommentForDeclNoCache() local304 if (!CommentsInThisFile || CommentsInThisFile->empty()) in getRawCommentForDeclNoCache()307 return getRawCommentForDeclNoCacheImpl(D, DeclLoc, *CommentsInThisFile); in getRawCommentForDeclNoCache()502 auto CommentsInThisFile = Comments.getCommentsInFile(File); in attachCommentsToJustParsedDecls() local503 if (!CommentsInThisFile || CommentsInThisFile->empty() || in attachCommentsToJustParsedDecls()504 CommentsInThisFile->rbegin()->second->isAttached()) in attachCommentsToJustParsedDecls()531 getRawCommentForDeclNoCacheImpl(D, DeclLoc, *CommentsInThisFile)) { in attachCommentsToJustParsedDecls()