Home
last modified time | relevance | path

Searched defs:decl (Results 1 – 2 of 2) sorted by relevance

/development/vndk/tools/header-checker/header-abi-dumper/src/
Dast_processing.cpp50 bool HeaderASTVisitor::VisitRecordDecl(const clang::RecordDecl *decl) { in VisitRecordDecl()
71 bool HeaderASTVisitor::VisitEnumDecl(const clang::EnumDecl *decl) { in VisitEnumDecl()
91 bool HeaderASTVisitor::VisitFunctionDecl(const clang::FunctionDecl *decl) { in VisitFunctionDecl()
108 bool HeaderASTVisitor::VisitVarDecl(const clang::VarDecl *decl) { in VisitVarDecl()
134 bool HeaderASTVisitor::TraverseDecl(clang::Decl *decl) { in TraverseDecl()
Dabi_wrappers.cpp35 std::string ABIWrapper::GetDeclSourceFile(const clang::Decl *decl, in GetDeclSourceFile()
204 const clang::FunctionDecl *decl) in FunctionDeclWrapper()
297 const clang::RecordDecl *decl) in RecordDeclWrapper()
527 const clang::EnumDecl *decl) in EnumDeclWrapper()
580 const clang::VarDecl *decl) in GlobalVarDeclWrapper()