Home
last modified time | relevance | path

Searched refs:CommentsInFile (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp331 auto CommentsInFile = OrderedComments.find(File); in getCommentsInFile() local
332 if (CommentsInFile == OrderedComments.end()) in getCommentsInFile()
335 return &CommentsInFile->second; in getCommentsInFile()
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h865 /// \returns searches \p CommentsInFile for doc comment for \p D.
868 /// comments. \p CommentsInFile is a mapping offset -> comment of files in the
872 const std::map<unsigned, RawComment *> &CommentsInFile) const;