Home
last modified time | relevance | path

Searched refs:ArrayT (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSema.cpp777 if (const IncompleteArrayType *ArrayT in ActOnEndOfTranslationUnit() local
782 QualType T = Context.getConstantArrayType(ArrayT->getElementType(), in ActOnEndOfTranslationUnit()
H A DSemaInit.cpp5657 if (const IncompleteArrayType *ArrayT in Perform() local
5680 = S.Context.getDependentSizedArrayType(ArrayT->getElementType(), in Perform()
5682 ArrayT->getSizeModifier(), in Perform()
5683 ArrayT->getIndexTypeCVRQualifiers(), in Perform()
H A DTreeTransform.h8489 const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType); in TransformCXXNewExpr() local
8490 if (!ArrayT) { in TransformCXXNewExpr()
8493 = dyn_cast<ConstantArrayType>(ArrayT)) { in TransformCXXNewExpr()
8499 = dyn_cast<DependentSizedArrayType>(ArrayT)) { in TransformCXXNewExpr()
H A DSemaDeclCXX.cpp3738 while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) { in isIncompleteOrZeroLengthArrayType() local
3739 if (!ArrayT->getSize()) in isIncompleteOrZeroLengthArrayType()
3742 T = ArrayT->getElementType(); in isIncompleteOrZeroLengthArrayType()
H A DSemaDecl.cpp9194 if (const IncompleteArrayType *ArrayT in ActOnUninitializedDecl() local
9197 ArrayT->getElementType(), in ActOnUninitializedDecl()