Searched refs:base_type (Results 1 – 1 of 1) sorted by relevance
82 const clang::Type *base_type = canonical_type.getTypePtr(); in SetupBasicTypeAbi() local83 clang::Type::TypeClass type_class = base_type->getTypeClass(); in SetupBasicTypeAbi()85 if (base_type && !(base_type->isDependentType()) && in SetupBasicTypeAbi()86 !(base_type->isIncompleteType()) && (type_class != clang::Type::Auto)) { in SetupBasicTypeAbi()