Searched refs:tag_decl (Results 1 – 2 of 2) sorted by relevance
59 const clang::TagDecl *tag_decl = type_ptr->getAsTagDecl(); in GetTagDecl() local60 return tag_decl; in GetTagDecl()69 const clang::TagDecl *tag_decl = type_ptr->getAsTagDecl(); in GetAnonymousRecord() local70 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() local89 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() argument255 if (!tag_decl) { in GetTypeUniqueId()[all …]
94 std::string GetTypeUniqueId(const clang::TagDecl *tag_decl);