Searched refs:canonical_type (Results 1 – 2 of 2) sorted by relevance
180 const clang::QualType canonical_type = qual_type.getCanonicalType(); in IsReferencingType() local181 const clang::Type *base_type = canonical_type.getTypePtr(); in IsReferencingType()216 const clang::QualType canonical_type = qual_type.getCanonicalType(); in CreateExtendedType() local218 return CreateBasicNamedAndTypedDecl(canonical_type, typep, ""); in CreateExtendedType()267 const clang::Type *canonical_type = qual_type.getCanonicalType().getTypePtr(); in GetTypeUniqueId() local268 assert(canonical_type != nullptr); in GetTypeUniqueId()285 clang::QualType canonical_type, repr::TypeIR *typep, in CreateBasicNamedAndTypedDecl() argument289 const clang::Type *base_type = canonical_type.getTypePtr(); in CreateBasicNamedAndTypedDecl()297 auto type_info_chars = ast_contextp_->getTypeInfoInChars(canonical_type); in CreateBasicNamedAndTypedDecl()302 std::string human_name = QualTypeToString(canonical_type); in CreateBasicNamedAndTypedDecl()[all …]
83 bool CreateBasicNamedAndTypedDecl(clang::QualType canonical_type,87 bool CreateExtendedType(clang::QualType canonical_type,