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.h2032 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;
2040 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) {
2053 static bool classof(const Type *T) { return T->getTypeClass() == Decayed; }
/external/clang/lib/AST/
DASTContext.cpp1650 case Type::Decayed: in getTypeInfoImpl()
2193 QualType Decayed; in getDecayedType() local
2201 Decayed = getArrayDecayedType(T); in getDecayedType()
2208 Decayed = getPointerType(T); in getDecayedType()
2211 AdjustedType::Profile(ID, T, Decayed); in getDecayedType()
2217 QualType Canonical = getCanonicalType(Decayed); in getDecayedType()
2223 AT = new (*this, TypeAlignment) DecayedType(T, Decayed, Canonical); in getDecayedType()
DTypePrinter.cpp208 case Type::Decayed: in canPrefixQualifiers()
DItaniumMangle.cpp853 case Type::Decayed: in mangleUnresolvedPrefix()
DASTImporter.cpp411 case Type::Decayed: in IsStructurallyEquivalent()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1456 case Type::Decayed: in EmitVariablyModifiedType()
DCGDebugInfo.cpp2141 case Type::Decayed: in CreateTypeNode()
/external/clang/lib/Sema/
DSemaExpr.cpp12194 case Type::Decayed: in tryCaptureVariable()