Home
last modified time | relevance | path

Searched refs:Decayed (Results 1 – 9 of 9) sorted by relevance

/external/clang/include/clang/AST/
DTypeNodes.def85 NON_CANONICAL_TYPE(Decayed, AdjustedType)
DType.h2225 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;
2233 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) {
2246 static bool classof(const Type *T) { return T->getTypeClass() == Decayed; }
/external/clang/lib/AST/
DASTContext.cpp1746 case Type::Decayed: in getTypeInfoImpl()
2386 QualType Decayed; in getDecayedType() local
2394 Decayed = getArrayDecayedType(T); in getDecayedType()
2401 Decayed = getPointerType(T); in getDecayedType()
2404 AdjustedType::Profile(ID, T, Decayed); in getDecayedType()
2410 QualType Canonical = getCanonicalType(Decayed); in getDecayedType()
2416 AT = new (*this, TypeAlignment) DecayedType(T, Decayed, Canonical); in getDecayedType()
DTypePrinter.cpp212 case Type::Decayed: in canPrefixQualifiers()
DItaniumMangle.cpp1488 case Type::Decayed: in mangleUnresolvedTypeOrSimpleId()
DASTImporter.cpp456 case Type::Decayed: in IsStructurallyEquivalent()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1635 case Type::Decayed: in EmitVariablyModifiedType()
DCGDebugInfo.cpp2256 case Type::Decayed: in CreateTypeNode()
/external/clang/lib/Sema/
DSemaExpr.cpp13134 case Type::Decayed: in tryCaptureVariable()