Home | History | Annotate | Download | only in AST

Lines Matching refs:getConstantArrayType

2368 /// getConstantArrayType - Return the unique reference to the type for an
2370 QualType ASTContext::getConstantArrayType(QualType EltTy,
2397 Canon = getConstantArrayType(QualType(canonSplit.Ty, 0), ArySize,
2498 result = getConstantArrayType(
3931 return getConstantArrayType(unqualElementType, CAT->getSize(),
4234 return cast<ArrayType>(getConstantArrayType(NewEltTy, CAT->getSize(),
5916 = Context->getConstantArrayType(VaListTagTypedefType,
5976 = Context->getConstantArrayType(VaListTagTypedefType,
5985 = Context->getConstantArrayType(Context->IntTy,
6084 = Context->getConstantArrayType(VaListTagTypedefType,
7221 if (LCAT) return getConstantArrayType(ResultType, LCAT->getSize(),
7223 if (RCAT) return getConstantArrayType(ResultType, RCAT->getSize(),