Home
last modified time | relevance | path

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

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