Home
last modified time | relevance | path

Searched refs:getArrayDecayedType (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp1137 OrigTy = Ctx.getArrayDecayedType(OrigTy); in doRewriteToUTF8StringBoxedExpressionHelper()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp129 T = Context.getArrayDecayedType(T); in CheckSpecifiedExceptionType()
H A DSemaOverload.cpp260 FromType = Context.getArrayDecayedType(FromType); in isPointerConversionToVoidPointer()
1896 FromType = S.Context.getArrayDecayedType(FromType); in IsStandardConversion()
4185 FromType1 = S.Context.getArrayDecayedType(FromType1); in CompareStandardConversionSequences()
4187 FromType2 = S.Context.getArrayDecayedType(FromType2); in CompareStandardConversionSequences()
4412 FromType1 = S.Context.getArrayDecayedType(FromType1); in CompareDerivedToBaseConversions()
4414 FromType2 = S.Context.getArrayDecayedType(FromType2); in CompareDerivedToBaseConversions()
8202 Ty = SemaRef.Context.getArrayDecayedType(Ty); in AddTypesConvertedFrom()
H A DSemaExpr.cpp538 ExprResult Res = ImpCastExprToType(E, Context.getArrayDecayedType(Ty), in DefaultFunctionArrayConversion()
1833 ArgTy[ArgIdx] = S.Context.getArrayDecayedType(ArgTy[ArgIdx]); in BuildCookedLiteralOperatorCall()
1944 Context.getArrayDecayedType(StrTy), SizeType in ActOnStringLiteral()
5777 LHSExp = ImpCastExprToType(LHSExp, Context.getArrayDecayedType(LHSTy), in CreateBuiltinArraySubscriptExpr()
5788 RHSExp = ImpCastExprToType(RHSExp, Context.getArrayDecayedType(RHSTy), in CreateBuiltinArraySubscriptExpr()
16822 VaListType = Context.getArrayDecayedType(VaListType); in BuildVAArgExpr()
17229 if (SrcType->isArrayType()) SrcType = Context.getArrayDecayedType(SrcType); in DiagnoseAssignmentResult()
H A DSemaTemplate.cpp6867 ArgType = S.Context.getArrayDecayedType(Entity->getType()); in CheckTemplateArgumentAddressOfObjectOrFunction()
7791 ParamType = Context.getArrayDecayedType(ParamType); in BuildExpressionFromDeclTemplateArgument()
H A DSemaTemplateDeduction.cpp4450 P = Context.getArrayDecayedType(P); in DeduceTemplateArguments()
H A DSemaExprCXX.cpp4357 FromType = Context.getArrayDecayedType(FromType); in PerformImplicitConversion()
H A DSemaDeclCXX.cpp16444 ExDeclType = Context.getArrayDecayedType(ExDeclType); in BuildExceptionDeclaration()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2749 QualType getArrayDecayedType(QualType T) const;
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp3386 Decayed = getArrayDecayedType(T); in getDecayedType()
5972 Result = getArrayDecayedType(QualType(Ty,0)); in getCanonicalParamType()
6928 QualType ASTContext::getArrayDecayedType(QualType Ty) const { in getArrayDecayedType() function in ASTContext
11281 Type = Context.getArrayDecayedType(Type); in DecodeTypeFromStr()
11456 Ty = getArrayDecayedType(Ty); in GetBuiltinType()