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.cpp316 const auto CommentsInThisFile = Comments.getCommentsInFile(File); in getRawCommentForDeclNoCache() local
317 if (!CommentsInThisFile || CommentsInThisFile->empty()) in getRawCommentForDeclNoCache()
321 getRawCommentForDeclNoCacheImpl(D, DeclLoc, *CommentsInThisFile)) in getRawCommentForDeclNoCache()
521 auto CommentsInThisFile = Comments.getCommentsInFile(File); in attachCommentsToJustParsedDecls() local
522 if (!CommentsInThisFile || CommentsInThisFile->empty() || in attachCommentsToJustParsedDecls()
523 CommentsInThisFile->rbegin()->second->isAttached()) in attachCommentsToJustParsedDecls()
550 D, DeclLoc, *CommentsInThisFile)) { in attachCommentsToJustParsedDecls()