Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRawCommentList.h189 const std::map<unsigned, RawComment *> *getCommentsInFile(FileID File) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRawCommentList.cpp329 RawCommentList::getCommentsInFile(FileID File) const { in getCommentsInFile() function in RawCommentList
H A DASTContext.cpp295 const auto CommentsInThisFile = Comments.getCommentsInFile(File); in getRawCommentForDeclNoCache()
494 auto CommentsInThisFile = Comments.getCommentsInFile(File); in attachCommentsToJustParsedDecls()