Searched refs:getAsArrayType (Results 1 - 25 of 31) sorted by relevance

12

/external/clang/lib/AST/
H A DAPValue.cpp460 ElemTy = Ctx.getAsArrayType(ElemTy)->getElementType();
475 const ArrayType *AT = Ctx.getAsArrayType(Ty);
H A DMicrosoftMangle.cpp435 } else if (const ArrayType *AT = getASTContext().getAsArrayType(Ty)) {
1367 if (const ArrayType *AT = getASTContext().getAsArrayType(T)) {
1368 // If there were any Quals, getAsArrayType() pushed them onto the array
H A DASTContext.cpp1322 if (const ArrayType *arrayType = getAsArrayType(T)) {
4201 const ArrayType *ASTContext::getAsArrayType(QualType T) const { function in class:ASTContext
4278 // Get the element type with 'getAsArrayType' so that we don't lose any
4282 const ArrayType *PrettyArrayType = getAsArrayType(Ty);
7208 QualType LHSElem = getAsArrayType(LHS)->getElementType();
7209 QualType RHSElem = getAsArrayType(RHS)->getElementType();
H A DRecordLayoutBuilder.cpp1676 const ArrayType* ATy = Context.getAsArrayType(D->getType());
H A DType.cpp70 if (const ArrayType *AT = Ctx.getAsArrayType(T))
H A DASTImporter.cpp3052 = Importer.getToContext().getAsArrayType(FoundVar->getType());
3054 = Importer.getToContext().getAsArrayType(D->getType());
H A DItaniumMangle.cpp1885 ty = Context.getASTContext().getAsArrayType(T);
H A DExprConstant.cpp123 cast<ConstantArrayType>(Ctx.getAsArrayType(Type));
7030 const ArrayType *AT = Info.Ctx.getAsArrayType(CurrentType);
/external/clang/include/clang/AST/
H A DASTContext.h1882 const ArrayType *getAsArrayType(QualType T) const;
1884 return dyn_cast_or_null<ConstantArrayType>(getAsArrayType(T));
1887 return dyn_cast_or_null<VariableArrayType>(getAsArrayType(T));
1890 return dyn_cast_or_null<IncompleteArrayType>(getAsArrayType(T));
1894 return dyn_cast_or_null<DependentSizedArrayType>(getAsArrayType(T));
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1216 getContext().getAsArrayType(Ty))) {
1310 arrayType = getContext().getAsArrayType(elementType);
1349 arrayType = getContext().getAsArrayType(arrayType->getElementType());
1362 arrayType = getContext().getAsArrayType(eltType);
H A DCGDecl.cpp1385 const ArrayType *arrayType = getContext().getAsArrayType(type);
1474 while (const ArrayType *arrayType = CGF.getContext().getAsArrayType(type)) {
H A DCGExprAgg.cpp1129 CGF.getContext().getAsArrayType(E->getType())->getElementType();
H A DCGExprConstant.cpp1169 const ArrayType *CAT = Context.getAsArrayType(DestType);
H A DCGObjCMac.cpp2105 if (const ArrayType *Array = CGM.getContext().getAsArrayType(FQT)) {
2111 while (const ArrayType *Array = CGM.getContext().getAsArrayType(FQT)) {
4553 if (const ArrayType *Array = CGM.getContext().getAsArrayType(FQT)) {
4559 while (const ArrayType *Array = CGM.getContext().getAsArrayType(FQT)) {
H A DCGDebugInfo.cpp3154 QualType ET = CGM.getContext().getAsArrayType(T)->getElementType();
H A DCGExprScalar.cpp1833 CGF.getContext().getAsArrayType(CurrentType)->getElementType();
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp417 const ArrayType *ATy = Context.getAsArrayType(T);
H A DSemaInit.cpp125 const ArrayType *arrayType = Context.getAsArrayType(declType);
570 if (const ArrayType *AType = SemaRef.Context.getAsArrayType(ILE->getType())) {
927 if (const ArrayType *arrayType = SemaRef.Context.getAsArrayType(ElemType)) {
1350 const ArrayType *arrayType = SemaRef.Context.getAsArrayType(DeclType);
2153 const ArrayType *AT = SemaRef.Context.getAsArrayType(CurrentObjectType);
2395 = SemaRef.Context.getAsArrayType(CurrentObjectType)) {
2582 if (const ArrayType *AT = Context.getAsArrayType(Parent.getType())) {
4457 if (const ArrayType *ArgArrayType = S.Context.getAsArrayType(ArgType)) {
4635 if (const ArrayType *DestAT = Context.getAsArrayType(DestType)) {
4667 = Context.getAsArrayType(Initialize
[all...]
H A DSemaExprCXX.cpp1582 if (const ArrayType *AT = Context.getAsArrayType(AllocType)) {
3181 ElTy = S.Context.getAsArrayType(ArgTy)->getElementType();
3944 while (const ArrayType *AT = Self.Context.getAsArrayType(T)) {
3969 while (const ArrayType *AT = Self.Context.getAsArrayType(T)) {
H A DSemaDecl.cpp2996 const ArrayType *OldArray = Context.getAsArrayType(Old->getType());
2997 const ArrayType *NewArray = Context.getAsArrayType(New->getType());
3003 const ArrayType *OldArray = Context.getAsArrayType(Old->getType());
3004 const ArrayType *NewArray = Context.getAsArrayType(New->getType());
12429 else if (Context.getAsArrayType(FD->getType())) {
H A DSemaTemplateDeduction.cpp1361 const ArrayType *ArrayArg = S.Context.getAsArrayType(Arg);
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp97 while (const ArrayType *AT = Ctx.getAsArrayType(Ty)) {
H A DRegionStore.cpp1078 if (const ArrayType *AT = Ctx.getAsArrayType(T)) {
1489 QualType T = Ctx.getAsArrayType(StrR->getValueType())->getElementType();
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp3813 const ArrayType *AT = Context->getAsArrayType(Type);
3821 AT = Context->getAsArrayType(AT->getElementType());
/external/clang/lib/Analysis/
H A DCFG.cpp3716 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) {

Completed in 438 milliseconds

12