Searched refs:DecayedType (Results 1 - 14 of 14) sorted by relevance

/external/clang/tools/libclang/
H A DCXType.cpp116 if (const DecayedType *DT = T->getAs<DecayedType>()) {
/external/clang/lib/AST/
H A DTypePrinter.cpp484 void TypePrinter::printDecayedBefore(const DecayedType *T, raw_ostream &OS) {
488 void TypePrinter::printDecayedAfter(const DecayedType *T, raw_ostream &OS) {
H A DMicrosoftMangle.cpp1329 if (const DecayedType *DT = T->getAs<DecayedType>()) {
H A DType.cpp427 if (const DecayedType *DT = getAs<DecayedType>())
H A DDecl.cpp2194 if (const DecayedType *DT = dyn_cast<DecayedType>(T))
H A DASTContext.cpp2223 AT = new (*this, TypeAlignment) DecayedType(T, Decayed, Canonical);
/external/clang/include/clang/AST/
H A DDataRecursiveASTVisitor.h836 DEF_TRAVERSE_TYPE(DecayedType, { TRY_TO(TraverseType(T->getOriginalType())); })
1017 DEF_TRAVERSE_TYPELOC(DecayedType,
H A DRecursiveASTVisitor.h901 DEF_TRAVERSE_TYPE(DecayedType, { TRY_TO(TraverseType(T->getOriginalType())); })
1082 DEF_TRAVERSE_TYPELOC(DecayedType,
H A DTypeLoc.h1014 AdjustedTypeLoc, DecayedTypeLoc, DecayedType> {
H A DType.h2037 class DecayedType : public AdjustedType { class in namespace:clang
2039 DecayedType(QualType OriginalType, QualType DecayedPtr, QualType CanonicalPtr) function in class:clang::DecayedType
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1457 type = cast<DecayedType>(ty)->getPointeeType();
/external/clang/lib/Serialization/
H A DASTWriter.cpp114 void ASTTypeWriter::VisitDecayedType(const DecayedType *T) {
H A DASTReader.cpp5103 if (!isa<DecayedType>(DT))
/external/clang/lib/Sema/
H A DSemaExpr.cpp12195 QTy = cast<DecayedType>(Ty)->getPointeeType();

Completed in 1005 milliseconds