Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h216 const std::map<unsigned, RawComment *> *getCommentsInFile(FileID File) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp330 RawCommentList::getCommentsInFile(FileID File) const { in getCommentsInFile() function in RawCommentList
H A DASTContext.cpp313 const auto CommentsInThisFile = Comments.getCommentsInFile(File); in getRawCommentForDeclNoCache()
518 auto CommentsInThisFile = Comments.getCommentsInFile(File); in attachCommentsToJustParsedDecls()