Home | History | Annotate | Download | only in AST

Lines Matching refs:getConstantArrayType

2561 /// getConstantArrayType - Return the unique reference to the type for an
2563 QualType ASTContext::getConstantArrayType(QualType EltTy,
2590 Canon = getConstantArrayType(QualType(canonSplit.Ty, 0), ArySize,
2691 result = getConstantArrayType(
4169 return getConstantArrayType(unqualElementType, CAT->getSize(),
4472 return cast<ArrayType>(getConstantArrayType(NewEltTy, CAT->getSize(),
6213 = Context->getConstantArrayType(VaListTagTypedefType,
6268 Context->getConstantArrayType(VaListTagType, Size, ArrayType::Normal, 0);
6276 = Context->getConstantArrayType(Context->IntTy,
6371 Context->getConstantArrayType(VaListTagType, Size, ArrayType::Normal, 0);
7718 if (LCAT) return getConstantArrayType(ResultType, LCAT->getSize(),
7720 if (RCAT) return getConstantArrayType(ResultType, RCAT->getSize(),