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.h166 Derived &getDerivedExtractAPIVisitor() { in getDerivedExtractAPIVisitor() function
281 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl)) in VisitVarDecl()
293 getDerivedExtractAPIVisitor().fetchRawCommentForDecl(Decl)) in VisitVarDecl()
354 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl)) in VisitFunctionDecl()
366 getDerivedExtractAPIVisitor().fetchRawCommentForDecl(Decl)) in VisitFunctionDecl()
394 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl)) in VisitEnumDecl()
403 getDerivedExtractAPIVisitor().fetchRawCommentForDecl(Decl)) in VisitEnumDecl()
433 getDerivedExtractAPIVisitor().recordEnumConstants(ParentContainer, in VisitEnumDecl()
442 getDerivedExtractAPIVisitor().VisitFunctionDecl(Decl); in WalkUpFromFunctionDecl()
449 getDerivedExtractAPIVisitor().VisitRecordDecl(Decl); in WalkUpFromRecordDecl()
[all …]