Searched defs:decl (Results 1 – 2 of 2) sorted by relevance
/development/vndk/tools/header-checker/src/dumper/ |
D | ast_processing.cpp | 56 bool HeaderASTVisitor::VisitRecordDecl(const clang::RecordDecl *decl) { in VisitRecordDecl() 75 bool HeaderASTVisitor::VisitEnumDecl(const clang::EnumDecl *decl) { in VisitEnumDecl() 105 bool HeaderASTVisitor::ShouldSkipFunctionDecl(const clang::FunctionDecl *decl) { in ShouldSkipFunctionDecl() 143 bool HeaderASTVisitor::VisitFunctionDecl(const clang::FunctionDecl *decl) { in VisitFunctionDecl() 163 bool HeaderASTVisitor::VisitVarDecl(const clang::VarDecl *decl) { in VisitVarDecl() 175 bool HeaderASTVisitor::TraverseDecl(clang::Decl *decl) { in TraverseDecl()
|
D | abi_wrappers.cpp | 70 std::string ABIWrapper::GetDeclSourceFile(const clang::Decl *decl, in GetDeclSourceFile() 87 const clang::Decl *decl, const clang::CompilerInstance *cip) { in GetCachedDeclSourceFile() 97 const clang::NamedDecl *decl, clang::MangleContext *mangle_contextp) { in GetMangledNameDecl() 492 const clang::FunctionDecl *decl, in FunctionDeclWrapper() 588 const clang::RecordDecl *decl, repr::ModuleIR *module, in RecordDeclWrapper() 874 const clang::EnumDecl *decl, repr::ModuleIR *module, in EnumDeclWrapper() 932 const clang::VarDecl *decl, repr::ModuleIR *module, in GlobalVarDeclWrapper()
|