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.cpp100 const clang::QualType canonical_type = qual_type.getCanonicalType(); in IsReferencingType() local
101 const clang::Type *base_type = canonical_type.getTypePtr(); in IsReferencingType()
205 const clang::QualType canonical_type = qual_type.getCanonicalType(); in CreateExtendedType() local
207 return CreateBasicNamedAndTypedDecl(canonical_type, typep, ""); in CreateExtendedType()
215 const clang::QualType canonical_type = qual_type.getCanonicalType(); in CreateBasicNamedAndTypedDecl() local
216 const clang::Type *base_type = canonical_type.getTypePtr(); in CreateBasicNamedAndTypedDecl()
219 IsReferencingType(canonical_type) || is_builtin || in CreateBasicNamedAndTypedDecl()
221 (GetAnonymousRecord(canonical_type) != nullptr); in CreateBasicNamedAndTypedDecl()
229 auto type_and_status = SetTypeKind(canonical_type, source_file); in CreateBasicNamedAndTypedDecl()
240 canonical_type, typep.get(), source_file) && in CreateBasicNamedAndTypedDecl()
[all …]
Dabi_wrappers.h80 bool CreateBasicNamedAndTypedDecl(clang::QualType canonical_type,
84 bool CreateExtendedType(clang::QualType canonical_type,