Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1410 QualType getDecayedType(QualType T) const;
1411 CanQualType getDecayedType(CanQualType T) const { in getDecayedType() function
1412 return CanQualType::CreateUnsafe(getDecayedType((QualType) T)); in getDecayedType()
1416 QualType getDecayedType(QualType Orig, QualType Decayed) const;
H A DType.h3361 QualType getDecayedType() const { return getAdjustedType(); }
8612 QualType Decayed = getDecayedType();
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp329 argTy = C.getDecayedType(argTy); in matchesType()
H A DASTContext.cpp3697 QualType ASTContext::getDecayedType(QualType Orig, QualType Decayed) const { in getDecayedType() function in ASTContext
3717 QualType ASTContext::getDecayedType(QualType T) const { in getDecayedType() function in ASTContext
3737 return getDecayedType(T, Decayed); in getDecayedType()
7354 return getDecayedType(T); in getAdjustedParameterType()
7373 T = getDecayedType(T); in getExceptionObjectType()
13551 return Ctx.getDecayedType(Ctx.getCommonSugaredType(OX, OY), in getCommonSugarTypeNode()
H A DItaniumMangle.cpp6101 Ctx.hasSimilarType(Ctx.getDecayedType(D->getType()), in mangleTemplateArg()
6543 Ctx.hasSimilarType(T, Ctx.getDecayedType(BType)); in mangleValueInTemplateArg()
H A DType.cpp1208 return Ctx.getDecayedType(originalType); in VisitDecayedType()
H A DASTImporter.cpp1150 return Importer.getToContext().getDecayedType(*ToOriginalTypeOrErr); in VisitDecayedType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp624 NewType = SemaRef.Context.getDecayedType(NewType); in transformFunctionTypeParam()
H A DSemaTemplateDeduction.cpp4201 ArgType = S.Context.getDecayedType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction()
H A DSemaChecking.cpp333 SrcTy = S.Context.getDecayedType(SrcTy); in BuiltinAlignment()
7259 ExprTy = S.Context.getDecayedType(ExprTy); in checkFormatExpr()
H A DSemaTemplate.cpp1416 return Context.getDecayedType(T); in CheckNonTypeTemplateParameterType()
H A DSemaType.cpp9585 return Context.getDecayedType(Underlying); in BuiltinDecay()
H A DTreeTransform.h5277 Result = SemaRef.Context.getDecayedType(OriginalType); in TransformDecayedType()
H A DSemaDecl.cpp6839 Type = Context.getDecayedType(OrigTy); in deduceOpenCLAddressSpace()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7688 return InnerType.matches(Node.getDecayedType(), Finder, Builder); in AST_MATCHER_P()