Home
last modified time | relevance | path

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

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