Home | History | Annotate | Download | only in Sema

Lines Matching refs:getAsArrayType

79   const ArrayType *arrayType = Context.getAsArrayType(declType);
397 if (const ArrayType *AType = SemaRef.Context.getAsArrayType(ILE->getType())) {
761 if (const ArrayType *arrayType = SemaRef.Context.getAsArrayType(ElemType)) {
1145 const ArrayType *arrayType = SemaRef.Context.getAsArrayType(DeclType);
1915 const ArrayType *AT = SemaRef.Context.getAsArrayType(CurrentObjectType);
2099 = SemaRef.Context.getAsArrayType(CurrentObjectType)) {
2287 if (const ArrayType *AT = Context.getAsArrayType(Parent.getType())) {
3987 if (const ArrayType *ArgArrayType = S.Context.getAsArrayType(ArgType)) {
4146 if (const ArrayType *DestAT = Context.getAsArrayType(DestType)) {
4164 = Context.getAsArrayType(Initializer->getType());
5410 S.Context.getAsArrayType(Ty), S);