Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/dumper/
Dast_processing.cpp33 HeaderASTVisitor::HeaderASTVisitor( in HeaderASTVisitor() function in header_checker::dumper::HeaderASTVisitor
43 bool HeaderASTVisitor::VisitRecordDecl(const clang::RecordDecl *decl) { in VisitRecordDecl()
62 bool HeaderASTVisitor::VisitEnumDecl(const clang::EnumDecl *decl) { in VisitEnumDecl()
93 bool HeaderASTVisitor::ShouldSkipFunctionDecl(const clang::FunctionDecl *decl) { in ShouldSkipFunctionDecl()
130 bool HeaderASTVisitor::VisitFunctionDecl(const clang::FunctionDecl *decl) { in VisitFunctionDecl()
150 bool HeaderASTVisitor::VisitVarDecl(const clang::VarDecl *decl) { in VisitVarDecl()
166 bool HeaderASTVisitor::TraverseDecl(clang::Decl *decl) { in TraverseDecl()
186 return RecursiveASTVisitor<HeaderASTVisitor>::TraverseDecl(decl); in TraverseDecl()
213 HeaderASTVisitor v(options_, mangle_contextp.get(), &ctx, cip_, in HandleTranslationUnit()
Dast_processing.h35 class HeaderASTVisitor
36 : public clang::RecursiveASTVisitor<HeaderASTVisitor> {
38 HeaderASTVisitor(const HeaderCheckerOptions &options,