Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp522 if (RawComment *const DocComment = in attachCommentsToJustParsedDecls() local
524 cacheRawCommentForDecl(*D, *DocComment); in attachCommentsToJustParsedDecls()
525 comments::FullComment *FC = DocComment->parse(*this, PP, D); in attachCommentsToJustParsedDecls()