Home
last modified time | relevance | path

Searched refs:DecayedType (Results 1 – 15 of 15) sorted by relevance

/external/clang/tools/libclang/
DCXType.cpp124 if (const DecayedType *DT = T->getAs<DecayedType>()) { in MakeCXType()
/external/clang/lib/AST/
DTypePrinter.cpp502 void TypePrinter::printDecayedBefore(const DecayedType *T, raw_ostream &OS) { in printDecayedBefore()
506 void TypePrinter::printDecayedAfter(const DecayedType *T, raw_ostream &OS) { in printDecayedAfter()
DType.cpp426 if (const DecayedType *DT = getAs<DecayedType>()) in getPointeeType()
904 QualType VisitDecayedType(const DecayedType *T) { in VisitDecayedType()
DMicrosoftMangle.cpp1485 if (const auto *DT = T->getAs<DecayedType>()) { in mangleArgumentType()
DDecl.cpp2340 if (const auto *DT = dyn_cast<DecayedType>(T)) in getOriginalType()
DASTContext.cpp2425 AT = new (*this, TypeAlignment) DecayedType(T, Decayed, Canonical); in getDecayedType()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4924 AST_TYPE_MATCHER(DecayedType, decayedType);
4927 AST_MATCHER_P(DecayedType, hasDecayedType, internal::Matcher<QualType>, in AST_MATCHER_P() argument
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h937 DEF_TRAVERSE_TYPE(DecayedType, { TRY_TO(TraverseType(T->getOriginalType())); })
1126 DEF_TRAVERSE_TYPELOC(DecayedType,
DTypeLoc.h1096 AdjustedTypeLoc, DecayedTypeLoc, DecayedType> {
DType.h2263 class DecayedType : public AdjustedType {
2265 DecayedType(QualType OriginalType, QualType DecayedPtr, QualType CanonicalPtr)
/external/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp1784 TEST(TypeMatching, DecayedType) { in TEST() argument
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1705 type = cast<DecayedType>(ty)->getPointeeType(); in EmitVariablyModifiedType()
/external/clang/lib/Serialization/
DASTWriter.cpp146 void ASTTypeWriter::VisitDecayedType(const DecayedType *T) { in VisitDecayedType()
DASTReader.cpp5250 if (!isa<DecayedType>(DT)) in readTypeRecord()
/external/clang/lib/Sema/
DSemaExpr.cpp3861 T = cast<DecayedType>(Ty)->getPointeeType(); in captureVariablyModifiedType()