Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DRawCommentList.h189 const std::map<unsigned, RawComment *> *getCommentsInFile(FileID File) const;
/external/llvm-project/clang/lib/AST/
DRawCommentList.cpp329 RawCommentList::getCommentsInFile(FileID File) const { in getCommentsInFile() function in RawCommentList
DASTContext.cpp294 const auto CommentsInThisFile = Comments.getCommentsInFile(File); in getRawCommentForDeclNoCache()
493 auto CommentsInThisFile = Comments.getCommentsInFile(File); in attachCommentsToJustParsedDecls()