Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1336 QualType getDecayedType(QualType T) const;
1337 CanQualType getDecayedType(CanQualType T) const { in getDecayedType() function
1338 return CanQualType::CreateUnsafe(getDecayedType((QualType) T)); in getDecayedType()
1342 QualType getDecayedType(QualType Orig, QualType Decayed) const;
H A DType.h2844 QualType getDecayedType() const { return getAdjustedType(); }
7490 QualType Decayed = getDecayedType();
/openbsd/gnu/llvm/clang/lib/AST/
H A DFormatString.cpp329 argTy = C.getDecayedType(argTy); in matchesType()
H A DASTContext.cpp3355 QualType ASTContext::getDecayedType(QualType Orig, QualType Decayed) const { in getDecayedType() function in ASTContext
3375 QualType ASTContext::getDecayedType(QualType T) const { in getDecayedType() function in ASTContext
3395 return getDecayedType(T, Decayed); in getDecayedType()
6899 return getDecayedType(T); in getAdjustedParameterType()
6918 T = getDecayedType(T); in getExceptionObjectType()
12888 return Ctx.getDecayedType(Ctx.getCommonSugaredType(OX, OY), in getCommonSugarTypeNode()
H A DType.cpp1132 return Ctx.getDecayedType(originalType); in VisitDecayedType()
H A DItaniumMangle.cpp5409 Ctx.hasSimilarType(Ctx.getDecayedType(D->getType()), in mangleTemplateArg()
H A DASTImporter.cpp1141 return Importer.getToContext().getDecayedType(*ToOriginalTypeOrErr); in VisitDecayedType()
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7382 return InnerType.matches(Node.getDecayedType(), Finder, Builder); in AST_MATCHER_P()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3886 ArgType = S.Context.getDecayedType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction()
H A DSemaChecking.cpp301 SrcTy = S.Context.getDecayedType(SrcTy); in SemaBuiltinAlignment()
10342 ExprTy = S.Context.getDecayedType(ExprTy); in checkFormatExpr()
H A DSemaTemplate.cpp1445 return Context.getDecayedType(T); in CheckNonTypeTemplateParameterType()
H A DSemaType.cpp9362 return Context.getDecayedType(Underlying); in BuiltinDecay()
H A DTreeTransform.h5102 Result = SemaRef.Context.getDecayedType(OriginalType); in TransformDecayedType()
H A DSemaDecl.cpp6897 Type = Context.getDecayedType(OrigTy); in deduceOpenCLAddressSpace()