Home
last modified time | relevance | path

Searched defs:ArrayT (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp132 if (ArrayT->getElementType()->isPointerType()) in check() local
/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp253 if (auto *ArrayT = dyn_cast<ArrayType>(Cur[0]->getType())) matchScalarInAggregate() local
263 if (auto *ArrayT = dyn_cast<ArrayType>(Cur[0]->getType())) matchScalarInAggregate() local
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp359 while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) { in isIncompleteOrZeroLengthArrayType() local
/llvm-project/clang/lib/Sema/
H A DSema.cpp1369 if (const IncompleteArrayType *ArrayT ActOnEndOfTranslationUnit() local
H A DSemaInit.cpp7511 if (const IncompleteArrayType *ArrayT Perform() local
H A DSemaDecl.cpp13908 if (const IncompleteArrayType *ArrayT ActOnUninitializedDecl() local
H A DSemaDeclCXX.cpp5122 while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) { isIncompleteOrZeroLengthArrayType() local
H A DTreeTransform.h13404 const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType); TransformCXXNewExpr() local