Searched refs:DecayedType (Results 1 – 15 of 15) sorted by relevance
/external/clang/tools/libclang/ |
D | CXType.cpp | 122 if (const DecayedType *DT = T->getAs<DecayedType>()) { in MakeCXType()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 4282 AST_TYPE_MATCHER(DecayedType, decayedType); 4285 AST_MATCHER_P(DecayedType, hasDecayedType, internal::Matcher<QualType>, in AST_MATCHER_P() argument
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 497 void TypePrinter::printDecayedBefore(const DecayedType *T, raw_ostream &OS) { in printDecayedBefore() 501 void TypePrinter::printDecayedAfter(const DecayedType *T, raw_ostream &OS) { in printDecayedAfter()
|
D | Type.cpp | 426 if (const DecayedType *DT = getAs<DecayedType>()) in getPointeeType() 904 QualType VisitDecayedType(const DecayedType *T) { in VisitDecayedType()
|
D | MicrosoftMangle.cpp | 1433 if (const auto *DT = T->getAs<DecayedType>()) { in mangleArgumentType()
|
D | Decl.cpp | 2298 if (const auto *DT = dyn_cast<DecayedType>(T)) in getOriginalType()
|
D | ASTContext.cpp | 2416 AT = new (*this, TypeAlignment) DecayedType(T, Decayed, Canonical); in getDecayedType()
|
/external/clang/include/clang/AST/ |
D | RecursiveASTVisitor.h | 864 DEF_TRAVERSE_TYPE(DecayedType, { TRY_TO(TraverseType(T->getOriginalType())); }) 1051 DEF_TRAVERSE_TYPELOC(DecayedType,
|
D | TypeLoc.h | 1096 AdjustedTypeLoc, DecayedTypeLoc, DecayedType> {
|
D | Type.h | 2230 class DecayedType : public AdjustedType { 2232 DecayedType(QualType OriginalType, QualType DecayedPtr, QualType CanonicalPtr)
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 1636 type = cast<DecayedType>(ty)->getPointeeType(); in EmitVariablyModifiedType()
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.cpp | 4188 TEST(TypeMatching, DecayedType) { in TEST() argument
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 122 void ASTTypeWriter::VisitDecayedType(const DecayedType *T) { in VisitDecayedType()
|
D | ASTReader.cpp | 5228 if (!isa<DecayedType>(DT)) in readTypeRecord()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 13135 QTy = cast<DecayedType>(Ty)->getPointeeType(); in tryCaptureVariable()
|