| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 83 def AdjustedType : TypeNode<Type>, NeverCanonical; 84 def DecayedType : TypeNode<AdjustedType>, NeverCanonical;
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
| H A D | ProTypeVarargCheck.cpp | 112 AST_MATCHER_P(AdjustedType, hasOriginalType, in AST_MATCHER_P() argument
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 409 void VisitAdjustedType(const AdjustedType *T) { Visit(T->getOriginalType()); } in VisitAdjustedType()
|
| H A D | Type.h | 2741 class AdjustedType : public Type, public llvm::FoldingSetNode { 2748 AdjustedType(TypeClass TC, QualType OriginalTy, QualType AdjustedTy, 2775 class DecayedType : public AdjustedType { 7342 else if (const auto *A = dyn_cast<AdjustedType>(Ty)) 7386 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) {
|
| H A D | TypeProperties.td | 28 let Class = AdjustedType in {
|
| H A D | RecursiveASTVisitor.h | 1005 DEF_TRAVERSE_TYPE(AdjustedType, { TRY_TO(TraverseType(T->getOriginalType())); }) 1253 DEF_TRAVERSE_TYPELOC(AdjustedType,
|
| H A D | TypeLoc.h | 1192 AdjustedType, AdjustedLocInfo> {
|
| H A D | ASTContext.h | 216 mutable llvm::FoldingSet<AdjustedType> AdjustedTypes;
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 68 if (const AdjustedType *AT = dyn_cast<AdjustedType>(Ty)) { in desugarForDiagnostic()
|
| H A D | ASTStructuralEquivalence.cpp | 708 cast<AdjustedType>(T1)->getOriginalType(), in IsStructurallyEquivalent() 709 cast<AdjustedType>(T2)->getOriginalType())) in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 762 void VisitAdjustedType(const AdjustedType *T) { in VisitAdjustedType()
|
| H A D | TypePrinter.cpp | 581 void TypePrinter::printAdjustedBefore(const AdjustedType *T, raw_ostream &OS) { in printAdjustedBefore() 587 void TypePrinter::printAdjustedAfter(const AdjustedType *T, raw_ostream &OS) { in printAdjustedAfter()
|
| H A D | ASTContext.cpp | 2290 return getTypeInfo(cast<AdjustedType>(T)->getAdjustedType().getTypePtr()); in getTypeInfoImpl() 3313 AdjustedType::Profile(ID, Orig, New); in getAdjustedType() 3315 AdjustedType *AT = AdjustedTypes.FindNodeOrInsertPos(ID, InsertPos); in getAdjustedType() 3326 AdjustedType(Type::Adjusted, Orig, New, Canonical); in getAdjustedType() 3353 AdjustedType::Profile(ID, T, Decayed); in getDecayedType() 3355 AdjustedType *AT = AdjustedTypes.FindNodeOrInsertPos(ID, InsertPos); in getDecayedType()
|
| H A D | Type.cpp | 1102 QualType VisitAdjustedType(const AdjustedType *T) { in SUGARED_TYPE_CLASS() 1877 Type *VisitAdjustedType(const AdjustedType *T) { in VisitAdjustedType()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 2228 type = cast<AdjustedType>(ty)->getAdjustedType(); in EmitVariablyModifiedType()
|
| H A D | CGDebugInfo.cpp | 3327 T = cast<AdjustedType>(T)->getAdjustedType(); in UnwrapTypeForDebugInfo()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 2339 TemplateTypeParmDecl *VisitAdjustedType(const AdjustedType *T) { in VisitAdjustedType()
|
| H A D | SemaDecl.cpp | 3780 const FunctionType *AdjustedType = New->getType()->getAs<FunctionType>(); in MergeFunctionDecl() local 3781 AdjustedType = Context.adjustFunctionType(AdjustedType, NewTypeInfo); in MergeFunctionDecl() 3782 New->setType(QualType(AdjustedType, 0)); in MergeFunctionDecl()
|
| H A D | TreeTransform.h | 5170 assert(isa<AdjustedType>(MPT->getPointeeType())); in TransformMemberPointerType()
|
| H A D | SemaExpr.cpp | 4517 T = cast<AdjustedType>(Ty)->getOriginalType(); in captureVariablyModifiedType()
|