Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.cpp468 auto abi_decl = std::make_unique<repr::FunctionTypeIR>(); in GetFunctionType() local
470 if (!CreateBasicNamedAndTypedDecl(canonical_type, abi_decl.get(), "")) { in GetFunctionType()
474 return SetupFunctionType(abi_decl.get()) && in GetFunctionType()
475 module_->AddLinkableMessage(*abi_decl); in GetFunctionType()
575 auto abi_decl = std::make_unique<repr::FunctionIR>(); in GetFunctionDecl() local
577 if (!SetupFunction(abi_decl.get(), source_file)) { in GetFunctionDecl()
580 return abi_decl; in GetFunctionDecl()
846 auto abi_decl = std::make_unique<repr::RecordTypeIR>(); in GetRecordDecl() local
848 if (!SetupRecordInfo(abi_decl.get(), source_file)) { in GetRecordDecl()
852 if ((abi_decl->GetReferencedType() == "") || in GetRecordDecl()
[all …]