Home
last modified time | relevance | path

Searched refs:canonical_type (Results 1 – 2 of 2) sorted by relevance

/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.cpp180 const clang::QualType canonical_type = qual_type.getCanonicalType(); in IsReferencingType() local
181 const clang::Type *base_type = canonical_type.getTypePtr(); in IsReferencingType()
216 const clang::QualType canonical_type = qual_type.getCanonicalType(); in CreateExtendedType() local
218 return CreateBasicNamedAndTypedDecl(canonical_type, typep, ""); in CreateExtendedType()
267 const clang::Type *canonical_type = qual_type.getCanonicalType().getTypePtr(); in GetTypeUniqueId() local
268 assert(canonical_type != nullptr); in GetTypeUniqueId()
285 clang::QualType canonical_type, repr::TypeIR *typep, in CreateBasicNamedAndTypedDecl() argument
289 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 …]
Dabi_wrappers.h83 bool CreateBasicNamedAndTypedDecl(clang::QualType canonical_type,
87 bool CreateExtendedType(clang::QualType canonical_type,