Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDRawCommentList.h204 const std::map<unsigned, RawComment *> *getCommentsInFile(FileID File) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDRawCommentList.cpp328 RawCommentList::getCommentsInFile(FileID File) const { in getCommentsInFile() function in RawCommentList
HDASTContext.cpp317 const auto CommentsInThisFile = Comments.getCommentsInFile(File); in getRawCommentForDeclNoCache()
500 auto CommentsInThisFile = Comments.getCommentsInFile(File); in attachCommentsToJustParsedDecls()