Searched refs:type_ptr (Results 1 – 1 of 1) sorted by relevance
57 const clang::Type *type_ptr = qual_type.getCanonicalType().getTypePtr(); in GetTagDecl() local58 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() local65 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() local87 assert(type_ptr != nullptr); in GetAnonymousEnum()88 const clang::TagDecl *tag_decl = type_ptr->getAsTagDecl(); in GetAnonymousEnum()[all …]