Home | History | Annotate | Download | only in AST

Lines Matching refs:getConstantArrayType

2181 /// getConstantArrayType - Return the unique reference to the type for an
2183 QualType ASTContext::getConstantArrayType(QualType EltTy,
2210 Canon = getConstantArrayType(QualType(canonSplit.Ty, 0), ArySize,
2311 result = getConstantArrayType(
3692 return getConstantArrayType(unqualElementType, CAT->getSize(),
3995 return cast<ArrayType>(getConstantArrayType(NewEltTy, CAT->getSize(),
5729 = Context->getConstantArrayType(VaListTagTypedefType,
5803 = Context->getConstantArrayType(VaListTagTypedefType,
5821 = Context->getConstantArrayType(Context->IntTy,
7049 if (LCAT) return getConstantArrayType(ResultType, LCAT->getSize(),
7051 if (RCAT) return getConstantArrayType(ResultType, RCAT->getSize(),