Searched defs:decl (Results 1 – 3 of 3) sorted by relevance
/development/vndk/tools/header-checker/src/dumper/ |
D | ast_processing.cpp | 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()
|
D | fake_decl_source.cpp | 90 clang::NamedDecl *decl; in CreateDecl() local 169 clang::NamedDecl *decl = in CorrectTypo() local 196 clang::NamedDecl *decl = CreateDecl(result.getLookupKind(), in LookupUnqualified() local
|
D | abi_wrappers.cpp | 47 const clang::Decl *decl, const clang::CompilerInstance *cip) { in GetCachedDeclSourceFile() 144 std::string ABIWrapper::GetDeclSourceFile(const clang::Decl *decl, in GetDeclSourceFile() 383 const clang::NamedDecl *decl, clang::MangleContext *mangle_contextp) { in GetMangledNameDecl() 395 std::string ABIWrapper::GetTagDeclQualifiedName(const clang::TagDecl *decl) { in GetTagDeclQualifiedName() 482 const clang::FunctionDecl *decl, in FunctionDeclWrapper() 587 const clang::RecordDecl *decl, repr::ModuleIR *module, in RecordDeclWrapper() 865 const clang::EnumDecl *decl, repr::ModuleIR *module, in EnumDeclWrapper() 917 const clang::VarDecl *decl, repr::ModuleIR *module, in GlobalVarDeclWrapper()
|