Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/dumper/
Dast_processing.cpp56 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()
Dfake_decl_source.cpp89 clang::NamedDecl *decl; in CreateDecl() local
168 clang::NamedDecl *decl = in CorrectTypo() local
195 clang::NamedDecl *decl = CreateDecl(result.getLookupKind(), in LookupUnqualified() local
Dabi_wrappers.cpp70 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()
491 const clang::FunctionDecl *decl, in FunctionDeclWrapper()
587 const clang::RecordDecl *decl, repr::ModuleIR *module, in RecordDeclWrapper()
871 const clang::EnumDecl *decl, repr::ModuleIR *module, in EnumDeclWrapper()
925 const clang::VarDecl *decl, repr::ModuleIR *module, in GlobalVarDeclWrapper()