Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRawCommentList.cpp330 auto CommentsInFile = OrderedComments.find(File); in getCommentsInFile() local
331 if (CommentsInFile == OrderedComments.end()) in getCommentsInFile()
334 return &CommentsInFile->second; in getCommentsInFile()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h786 const std::map<unsigned, RawComment *> &CommentsInFile) const;