Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.cpp59 const clang::TagDecl *tag_decl = type_ptr->getAsTagDecl(); in GetTagDecl() local
69 const clang::TagDecl *tag_decl = type_ptr->getAsTagDecl(); in GetAnonymousRecord() local
88 const clang::TagDecl *tag_decl = type_ptr->getAsTagDecl(); in GetAnonymousEnum() local
254 std::string ABIWrapper::GetTypeUniqueId(const clang::TagDecl *tag_decl) { in GetTypeUniqueId()