Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h170 Derived &getDerivedExtractAPIVisitor() { in getDerivedExtractAPIVisitor() function
296 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl)) in VisitVarDecl()
308 getDerivedExtractAPIVisitor().fetchRawCommentForDecl(Decl)) in VisitVarDecl()
369 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl)) in VisitFunctionDecl()
381 getDerivedExtractAPIVisitor().fetchRawCommentForDecl(Decl)) in VisitFunctionDecl()
409 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl)) in VisitEnumDecl()
418 getDerivedExtractAPIVisitor().fetchRawCommentForDecl(Decl)) in VisitEnumDecl()
448 getDerivedExtractAPIVisitor().recordEnumConstants(ParentContainer, in VisitEnumDecl()
457 getDerivedExtractAPIVisitor().VisitFunctionDecl(Decl); in WalkUpFromFunctionDecl()
464 getDerivedExtractAPIVisitor().VisitRecordDecl(Decl); in WalkUpFromRecordDecl()
[all …]