Home | History | Annotate | Download | only in Sema

Lines Matching refs:getAsArrayType

125   const ArrayType *arrayType = Context.getAsArrayType(declType);
484 if (const ArrayType *AType = SemaRef.Context.getAsArrayType(ILE->getType())) {
844 if (const ArrayType *arrayType = SemaRef.Context.getAsArrayType(ElemType)) {
1228 const ArrayType *arrayType = SemaRef.Context.getAsArrayType(DeclType);
2014 const ArrayType *AT = SemaRef.Context.getAsArrayType(CurrentObjectType);
2256 = SemaRef.Context.getAsArrayType(CurrentObjectType)) {
2444 if (const ArrayType *AT = Context.getAsArrayType(Parent.getType())) {
4278 if (const ArrayType *ArgArrayType = S.Context.getAsArrayType(ArgType)) {
4439 if (const ArrayType *DestAT = Context.getAsArrayType(DestType)) {
4471 = Context.getAsArrayType(Initializer->getType());
6021 S.Context.getAsArrayType(Ty), S);