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.cpp144 const clang::Type *type_ptr = type.getTypePtr(); in GetAnonymousRecord() local
145 assert(type_ptr != nullptr); in GetAnonymousRecord()
146 if (!type_ptr->isRecordType()) { in GetAnonymousRecord()
149 const clang::TagDecl *tag_decl = type_ptr->getAsTagDecl(); in GetAnonymousRecord()
166 const clang::Type *type_ptr = qual_type.getTypePtr(); in GetAnonymousEnum() local
167 assert(type_ptr != nullptr); in GetAnonymousEnum()
168 const clang::TagDecl *tag_decl = type_ptr->getAsTagDecl(); in GetAnonymousEnum()
194 const clang::Type *type_ptr = qual_type.getTypePtr(); in GetReferencedType() local
198 if (type_ptr->isPointerType()) { in GetReferencedType()
199 return type_ptr->getPointeeType(); in GetReferencedType()
[all …]