Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h866 const std::map<unsigned, RawComment *> &CommentsInFile) const;