Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h125 const RawComment *fetchRawCommentForDecl(const Decl *Decl) const;
260 getDerivedExtractAPIVisitor().fetchRawCommentForDecl(Decl)) in VisitVarDecl()
330 getDerivedExtractAPIVisitor().fetchRawCommentForDecl(Decl)) in VisitFunctionDecl()
376 getDerivedExtractAPIVisitor().fetchRawCommentForDecl(Decl)) in VisitEnumDecl()
491 getDerivedExtractAPIVisitor().fetchRawCommentForDecl(Decl)) in VisitNamespaceDecl()
524 getDerivedExtractAPIVisitor().fetchRawCommentForDecl(Decl)) in VisitRecordDecl()
566 getDerivedExtractAPIVisitor().fetchRawCommentForDecl(Decl)) in VisitCXXRecordDecl()
622 getDerivedExtractAPIVisitor().fetchRawCommentForDecl(Decl)) in VisitCXXMethodDecl()
683 getDerivedExtractAPIVisitor().fetchRawCommentForDecl(Decl)) in VisitCXXConstructorDecl()
715 getDerivedExtractAPIVisitor().fetchRawCommentForDecl(Decl)) in VisitCXXDestructorDecl()
[all …]