Searched refs:AdjustedType (Results 1 – 18 of 18) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | TypeNodes.def | 87 NON_CANONICAL_TYPE(Decayed, AdjustedType)
|
| H A D | Type.h | 2585 class AdjustedType : public Type, public llvm::FoldingSetNode { 2592 AdjustedType(TypeClass TC, QualType OriginalTy, QualType AdjustedTy, 2622 class DecayedType : public AdjustedType { 6786 else if (const auto *A = dyn_cast<AdjustedType>(Ty)) 6828 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) {
|
| H A D | RecursiveASTVisitor.h | 965 DEF_TRAVERSE_TYPE(AdjustedType, { TRY_TO(TraverseType(T->getOriginalType())); }) 1174 DEF_TRAVERSE_TYPELOC(AdjustedType,
|
| H A D | TypeLoc.h | 1136 AdjustedType, AdjustedLocInfo> {
|
| H A D | ASTContext.h | 178 mutable llvm::FoldingSet<AdjustedType> AdjustedTypes;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 351 cast<AdjustedType>(T1)->getOriginalType(), in IsStructurallyEquivalent() 352 cast<AdjustedType>(T2)->getOriginalType())) in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 547 void TypePrinter::printAdjustedBefore(const AdjustedType *T, raw_ostream &OS) { in printAdjustedBefore() 553 void TypePrinter::printAdjustedAfter(const AdjustedType *T, raw_ostream &OS) { in printAdjustedAfter()
|
| H A D | ASTDiagnostic.cpp | 57 if (const AdjustedType *AT = dyn_cast<AdjustedType>(Ty)) { in Desugar()
|
| H A D | ODRHash.cpp | 706 void VisitAdjustedType(const AdjustedType *T) { in VisitAdjustedType()
|
| H A D | ASTContext.cpp | 2007 return getTypeInfo(cast<AdjustedType>(T)->getAdjustedType().getTypePtr()); in getTypeInfoImpl() 2875 AdjustedType::Profile(ID, Orig, New); in getAdjustedType() 2877 AdjustedType *AT = AdjustedTypes.FindNodeOrInsertPos(ID, InsertPos); in getAdjustedType() 2888 AdjustedType(Type::Adjusted, Orig, New, Canonical); in getAdjustedType() 2915 AdjustedType::Profile(ID, T, Decayed); in getDecayedType() 2917 AdjustedType *AT = AdjustedTypes.FindNodeOrInsertPos(ID, InsertPos); in getDecayedType()
|
| H A D | ASTDumper.cpp | 206 void VisitAdjustedType(const AdjustedType *T) { in VisitAdjustedType()
|
| H A D | Type.cpp | 961 QualType VisitAdjustedType(const AdjustedType *T) { in TRIVIAL_TYPE_CLASS() 1716 Type *VisitAdjustedType(const AdjustedType *T) { in VisitAdjustedType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 2059 type = cast<AdjustedType>(ty)->getAdjustedType(); in EmitVariablyModifiedType()
|
| H A D | CGDebugInfo.cpp | 2776 T = cast<AdjustedType>(T)->getAdjustedType(); in UnwrapTypeForDebugInfo()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 3193 const FunctionType *AdjustedType = New->getType()->getAs<FunctionType>(); in MergeFunctionDecl() local 3194 AdjustedType = Context.adjustFunctionType(AdjustedType, NewTypeInfo); in MergeFunctionDecl() 3195 New->setType(QualType(AdjustedType, 0)); in MergeFunctionDecl()
|
| H A D | TreeTransform.h | 4621 assert(isa<AdjustedType>(MPT->getPointeeType())); in TransformMemberPointerType()
|
| H A D | SemaExpr.cpp | 3936 T = cast<AdjustedType>(Ty)->getOriginalType(); in captureVariablyModifiedType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 205 void ASTTypeWriter::VisitAdjustedType(const AdjustedType *T) { in VisitAdjustedType()
|