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.cpp143 const clang::Type *type_ptr = type.getTypePtr(); in GetAnonymousRecord() local
144 assert(type_ptr != nullptr); in GetAnonymousRecord()
145 if (!type_ptr->isRecordType()) { in GetAnonymousRecord()
148 const clang::TagDecl *tag_decl = type_ptr->getAsTagDecl(); in GetAnonymousRecord()
165 const clang::Type *type_ptr = qual_type.getTypePtr(); in GetAnonymousEnum() local
166 assert(type_ptr != nullptr); in GetAnonymousEnum()
167 const clang::TagDecl *tag_decl = type_ptr->getAsTagDecl(); in GetAnonymousEnum()
193 const clang::Type *type_ptr = qual_type.getTypePtr(); in GetReferencedType() local
197 if (type_ptr->isPointerType()) { in GetReferencedType()
198 return type_ptr->getPointeeType(); in GetReferencedType()
[all …]