Searched refs:CommentsInFile (Results 1 – 2 of 2) sorted by relevance
331 auto CommentsInFile = OrderedComments.find(File); in getCommentsInFile() local332 if (CommentsInFile == OrderedComments.end()) in getCommentsInFile()335 return &CommentsInFile->second; in getCommentsInFile()
865 /// \returns searches \p CommentsInFile for doc comment for \p D.868 /// comments. \p CommentsInFile is a mapping offset -> comment of files in the872 const std::map<unsigned, RawComment *> &CommentsInFile) const;