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.cpp472 auto abi_decl = std::make_unique<repr::FunctionTypeIR>(); in GetFunctionType() local
474 if (!CreateBasicNamedAndTypedDecl(canonical_type, abi_decl.get(), "")) { in GetFunctionType()
478 return SetupFunctionType(abi_decl.get()) && in GetFunctionType()
479 module_->AddLinkableMessage(*abi_decl); in GetFunctionType()
570 auto abi_decl = std::make_unique<repr::FunctionIR>(); in GetFunctionDecl() local
572 if (!SetupFunction(abi_decl.get(), source_file)) { in GetFunctionDecl()
575 return abi_decl; in GetFunctionDecl()
836 auto abi_decl = std::make_unique<repr::RecordTypeIR>(); in GetRecordDecl() local
838 if (!SetupRecordInfo(abi_decl.get(), source_file)) { in GetRecordDecl()
842 if ((abi_decl->GetReferencedType() == "") || in GetRecordDecl()
[all …]