Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.cpp59 const clang::TagDecl *tag_decl = type_ptr->getAsTagDecl(); in GetTagDecl() local
60 return tag_decl; in GetTagDecl()
69 const clang::TagDecl *tag_decl = type_ptr->getAsTagDecl(); in GetAnonymousRecord() local
70 if (!tag_decl) { in GetAnonymousRecord()
74 llvm::dyn_cast<clang::RecordDecl>(tag_decl); in GetAnonymousRecord()
88 const clang::TagDecl *tag_decl = type_ptr->getAsTagDecl(); in GetAnonymousEnum() local
89 if (!tag_decl) { in GetAnonymousEnum()
92 const clang::EnumDecl *enum_decl = llvm::dyn_cast<clang::EnumDecl>(tag_decl); in GetAnonymousEnum()
254 std::string ABIWrapper::GetTypeUniqueId(const clang::TagDecl *tag_decl) { in GetTypeUniqueId() argument
255 if (!tag_decl) { in GetTypeUniqueId()
[all …]
Dabi_wrappers.h94 std::string GetTypeUniqueId(const clang::TagDecl *tag_decl);