Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.cpp57 const clang::Type *type_ptr = qual_type.getCanonicalType().getTypePtr(); in GetTagDecl() local
58 assert(type_ptr != nullptr); in GetTagDecl()
59 const clang::TagDecl *tag_decl = type_ptr->getAsTagDecl(); in GetTagDecl()
64 const clang::Type *type_ptr = type.getTypePtr(); in GetAnonymousRecord() local
65 assert(type_ptr != nullptr); in GetAnonymousRecord()
66 if (!type_ptr->isRecordType()) { in GetAnonymousRecord()
69 const clang::TagDecl *tag_decl = type_ptr->getAsTagDecl(); in GetAnonymousRecord()
86 const clang::Type *type_ptr = qual_type.getTypePtr(); in GetAnonymousEnum() local
87 assert(type_ptr != nullptr); in GetAnonymousEnum()
88 const clang::TagDecl *tag_decl = type_ptr->getAsTagDecl(); in GetAnonymousEnum()
[all …]