Home
last modified time | relevance | path

Searched refs:CanonicalType (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/AST/
DType.cpp197 if (!isa<ArrayType>(CanonicalType)) in getArrayElementTypeNoTypeQual()
398 if (const ComplexType *CT = dyn_cast<ComplexType>(CanonicalType)) in isComplexType()
439 if (const RecordType *RT = dyn_cast<RecordType>(CanonicalType)) { in getAsStructureType()
458 if (const RecordType *RT = dyn_cast<RecordType>(CanonicalType)) { in getAsUnionType()
1600 if (const VectorType *VT = dyn_cast<VectorType>(CanonicalType)) in hasIntegerRepresentation()
1626 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) in isIntegralType()
1632 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) in isIntegralType()
1640 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) in isIntegralOrUnscopedEnumerationType()
1648 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) in isIntegralOrUnscopedEnumerationType()
1657 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType)) in isCharType()
[all …]
/external/clang/include/clang/AST/
DType.h1146 : BaseType(baseType), CanonicalType(canon) {}
1156 QualType CanonicalType;
1560 return CanonicalType == QualType(this, 0);
2002 return CanonicalType;
2029 return dyn_cast<Class##Type>(CanonicalType); \
2032 return cast<Class##Type>(CanonicalType); \
5290 Qualifiers quals = getCommonPtr()->CanonicalType.getLocalQualifiers();
5296 unsigned cvr = getCommonPtr()->CanonicalType.getLocalCVRQualifiers();
5302 QualType canon = getCommonPtr()->CanonicalType;
5323 getCommonPtr()->CanonicalType.isLocalConstQualified();
[all …]
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp362 const Type *CanonicalType = // root of the typedef tree in VisitTypedefNameDecl() local
364 TypeAliases[CanonicalType].insert(DeclNode); in VisitTypedefNameDecl()
717 const Type *const CanonicalType = in typeHasMatchingAlias() local
719 for (const TypedefNameDecl *Alias : TypeAliases.lookup(CanonicalType)) { in typeHasMatchingAlias()
/external/protobuf/php/ext/google/protobuf/
Dupb.h3194 template <class T> struct CanonicalType;
3535 const typename ValueHandler<typename CanonicalType<T>::Type>::H& handler);
4789 template <> struct CanonicalType<vtype> { \
4821 template <> struct CanonicalType<Status*> {
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h3890 template <class T> struct CanonicalType;
4231 const typename ValueHandler<typename CanonicalType<T>::Type>::H& handler);
5485 template <> struct CanonicalType<vtype> { \
5517 template <> struct CanonicalType<Status*> {