Searched refs:base_type (Results 1 – 1 of 1) sorted by relevance
181 const clang::Type *base_type = canonical_type.getTypePtr(); in IsReferencingType() local182 bool is_ptr = base_type->isPointerType(); in IsReferencingType()183 bool is_reference = base_type->isReferenceType(); in IsReferencingType()184 bool is_array = base_type->isArrayType(); in IsReferencingType()289 const clang::Type *base_type = canonical_type.getTypePtr(); in CreateBasicNamedAndTypedDecl() local290 assert(base_type != nullptr); in CreateBasicNamedAndTypedDecl()291 clang::Type::TypeClass type_class = base_type->getTypeClass(); in CreateBasicNamedAndTypedDecl()295 if (type_class != clang::Type::Auto && !base_type->isIncompleteType() && in CreateBasicNamedAndTypedDecl()296 !base_type->isDependentType()) { in CreateBasicNamedAndTypedDecl()323 const clang::Type *base_type = canonical_type.getTypePtr(); in CreateBasicNamedAndTypedDecl() local[all …]