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.cpp473 auto abi_decl = std::make_unique<repr::FunctionTypeIR>(); in GetFunctionType() local
475 if (!CreateBasicNamedAndTypedDecl(canonical_type, abi_decl.get(), "")) { in GetFunctionType()
479 return SetupFunctionType(abi_decl.get()) && in GetFunctionType()
480 module_->AddLinkableMessage(*abi_decl); in GetFunctionType()
571 auto abi_decl = std::make_unique<repr::FunctionIR>(); in GetFunctionDecl() local
573 if (!SetupFunction(abi_decl.get(), source_file)) { in GetFunctionDecl()
576 return abi_decl; in GetFunctionDecl()
837 auto abi_decl = std::make_unique<repr::RecordTypeIR>(); in GetRecordDecl() local
839 if (!SetupRecordInfo(abi_decl.get(), source_file)) { in GetRecordDecl()
843 if ((abi_decl->GetReferencedType() == "") || in GetRecordDecl()
[all …]