Home
last modified time | relevance | path

Searched refs:CommentsInThisFile (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp335 const auto CommentsInThisFile = Comments.getCommentsInFile(File); in getRawCommentForDeclNoCache() local
336 if (!CommentsInThisFile || CommentsInThisFile->empty()) in getRawCommentForDeclNoCache()
340 getRawCommentForDeclNoCacheImpl(D, DeclLoc, *CommentsInThisFile)) in getRawCommentForDeclNoCache()
554 auto CommentsInThisFile = Comments.getCommentsInFile(File); in attachCommentsToJustParsedDecls() local
555 if (!CommentsInThisFile || CommentsInThisFile->empty() || in attachCommentsToJustParsedDecls()
556 CommentsInThisFile->rbegin()->second->isAttached()) in attachCommentsToJustParsedDecls()
583 D, DeclLoc, *CommentsInThisFile)) { in attachCommentsToJustParsedDecls()