Home
last modified time | relevance | path

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

/aosp_15_r20/development/vndk/tools/header-checker/src/dumper/
H A Dabi_wrappers.cpp175 const clang::TagDecl *tag_decl = type_ptr->getAsTagDecl(); in GetAnonymousRecord() local
194 const clang::TagDecl *tag_decl = type_ptr->getAsTagDecl(); in GetAnonymousEnum() local
/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/clang_generator/
H A Dtypes.cc174 if (auto* tag_decl = llvm::dyn_cast<clang::TagDecl>(type_decl); in GetTypeDeclarations() local
H A Demitter.cc252 if (auto* tag_decl = typedef_decl->getAnonDeclWithTypedefName()) { in GetSpelling() local