Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DVirtualNearMissCheck.cpp124 static QualType getDecayedType(QualType Type) { in getDecayedType() function
126 return Decayed->getDecayedType(); in getDecayedType()
139 if (getDecayedType(BaseMD->getParamDecl(I)->getType().getCanonicalType()) != in checkParamTypes()
140 getDecayedType( in checkParamTypes()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1365 QualType getDecayedType(QualType T) const;
1366 CanQualType getDecayedType(CanQualType T) const { in getDecayedType() function
1367 return CanQualType::CreateUnsafe(getDecayedType((QualType) T)); in getDecayedType()
H A DType.h2782 QualType getDecayedType() const { return getAdjustedType(); }
7395 QualType Decayed = getDecayedType();
/llvm-project-15.0.7/clang/lib/AST/
H A DFormatString.cpp328 argTy = C.getDecayedType(argTy); in matchesType()
H A DASTContext.cpp3332 QualType ASTContext::getDecayedType(QualType T) const { in getDecayedType() function in ASTContext
6823 return getDecayedType(T); in getAdjustedParameterType()
6842 T = getDecayedType(T); in getExceptionObjectType()
H A DType.cpp1128 return Ctx.getDecayedType(originalType); in VisitDecayedType()
H A DItaniumMangle.cpp5408 Ctx.hasSimilarType(Ctx.getDecayedType(D->getType()), in mangleTemplateArg()
H A DASTImporter.cpp1146 return Importer.getToContext().getDecayedType(*ToOriginalTypeOrErr); in VisitDecayedType()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7385 return InnerType.matches(Node.getDecayedType(), Finder, Builder); in AST_MATCHER_P()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp266 SrcTy = S.Context.getDecayedType(SrcTy); in SemaBuiltinAlignment()
10045 ExprTy = S.Context.getDecayedType(ExprTy); in checkFormatExpr()
H A DSemaTemplate.cpp1444 return Context.getDecayedType(T); in CheckNonTypeTemplateParameterType()
H A DTreeTransform.h5008 Result = SemaRef.Context.getDecayedType(OriginalType); in TransformDecayedType()
H A DSemaDecl.cpp6818 Type = Context.getDecayedType(OrigTy); in deduceOpenCLAddressSpace()