Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h126 const RawComment *fetchRawCommentForDecl(const Decl *Decl) const;
293 getDerivedExtractAPIVisitor().fetchRawCommentForDecl(Decl)) in VisitVarDecl()
366 getDerivedExtractAPIVisitor().fetchRawCommentForDecl(Decl)) in VisitFunctionDecl()
403 getDerivedExtractAPIVisitor().fetchRawCommentForDecl(Decl)) in VisitEnumDecl()
534 getDerivedExtractAPIVisitor().fetchRawCommentForDecl(Decl)) in VisitNamespaceDecl()
567 getDerivedExtractAPIVisitor().fetchRawCommentForDecl(Decl)) in VisitRecordDecl()
608 getDerivedExtractAPIVisitor().fetchRawCommentForDecl(Decl)) in VisitCXXRecordDecl()
661 getDerivedExtractAPIVisitor().fetchRawCommentForDecl(Decl)) in VisitCXXMethodDecl()
722 getDerivedExtractAPIVisitor().fetchRawCommentForDecl(Decl)) in VisitCXXConstructorDecl()
756 getDerivedExtractAPIVisitor().fetchRawCommentForDecl(Decl)) in VisitCXXDestructorDecl()
[all …]