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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp79 T = Context.getArrayDecayedType(T);
H A DSemaOverload.cpp243 FromType = Context.getArrayDecayedType(FromType);
1572 FromType = S.Context.getArrayDecayedType(FromType);
3637 FromType1 = S.Context.getArrayDecayedType(FromType1);
3639 FromType2 = S.Context.getArrayDecayedType(FromType2);
3865 FromType1 = S.Context.getArrayDecayedType(FromType1);
3867 FromType2 = S.Context.getArrayDecayedType(FromType2);
7037 Ty = SemaRef.Context.getArrayDecayedType(Ty);
H A DSemaTemplateDeduction.cpp3161 ArgType = S.Context.getArrayDecayedType(ArgType);
3811 P = Context.getArrayDecayedType(P);
H A DSemaExpr.cpp537 E = ImpCastExprToType(E, Context.getArrayDecayedType(Ty),
1521 ArgTy[ArgIdx] = S.Context.getArrayDecayedType(ArgTy[ArgIdx]);
1618 Context.getArrayDecayedType(StrTy), SizeType
4342 LHSExp = ImpCastExprToType(LHSExp, Context.getArrayDecayedType(LHSTy),
4353 RHSExp = ImpCastExprToType(RHSExp, Context.getArrayDecayedType(RHSTy),
11885 VaListType = Context.getArrayDecayedType(VaListType);
12087 if (SrcType->isArrayType()) SrcType = Context.getArrayDecayedType(SrcType);
H A DSemaTemplate.cpp4689 ArgType = S.Context.getArrayDecayedType(Var->getType());
5376 ParamType = Context.getArrayDecayedType(ParamType);
H A DSemaExprCXX.cpp3144 FromType = Context.getArrayDecayedType(FromType);
H A DSemaDeclCXX.cpp11993 ExDeclType = Context.getArrayDecayedType(ExDeclType);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp1123 OrigTy = Ctx.getArrayDecayedType(OrigTy);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2142 QualType getArrayDecayedType(QualType T) const;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2410 Decayed = getArrayDecayedType(T);
4166 Result = getArrayDecayedType(QualType(Ty,0));
4563 /// getArrayDecayedType - Return the properly qualified result of decaying the
4569 QualType ASTContext::getArrayDecayedType(QualType Ty) const { function in class:ASTContext
8150 Type = Context.getArrayDecayedType(Type);
8294 Ty = getArrayDecayedType(Ty);

Completed in 386 milliseconds