Searched refs:getAsConstantArrayType (Results 1 - 21 of 21) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp481 = getContext().getAsConstantArrayType(E->getType())) {
533 assert(!getContext().getAsConstantArrayType(E->getType())
594 = CGF.getContext().getAsConstantArrayType(type)) {
1607 = getContext().getAsConstantArrayType(DeleteTy)) {
H A DTargetInfo.cpp170 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) {
270 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) {
631 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty))
1555 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) {
1845 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty)) {
3190 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty)) {
H A DCGExprConstant.cpp1276 CGM.getContext().getAsConstantArrayType(T)) {
1468 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(T)) {
H A DCGClass.cpp475 const ConstantArrayType *Array = CGF.getContext().getAsConstantArrayType(T);
565 = CGF.getContext().getAsConstantArrayType(FieldType);
H A DCGExprAgg.cpp319 Ctx.getAsConstantArrayType(E->getSubExpr()->getType());
H A DCGCall.cpp509 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(type)) {
558 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) {
2200 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) {
H A DCodeGenModule.cpp2505 const ConstantArrayType *CAT = Context.getAsConstantArrayType(E->getType());
2545 const ConstantArrayType *CAT = Context.getAsConstantArrayType(S->getType());
/external/clang/lib/AST/
H A DExprConstant.cpp1877 Info.Ctx.getAsConstantArrayType(S->getType());
1894 Info.Ctx.getAsConstantArrayType(S->getType());
2003 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(ObjType);
4646 = Info.Ctx.getAsConstantArrayType(SubExpr->getType()))
5019 Info.Ctx.getAsConstantArrayType(E->getSubExpr()->getType());
5327 Info.Ctx.getAsConstantArrayType(E->getType());
5357 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(E->getType());
5435 if (const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(Type)) {
H A DRecordLayoutBuilder.cpp408 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(T)) {
510 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(T)) {
H A DMicrosoftMangle.cpp1490 getASTContext().getAsConstantArrayType(ElementTy)) {
H A DASTContext.cpp7265 const ConstantArrayType* LCAT = getAsConstantArrayType(LHS);
7266 const ConstantArrayType* RCAT = getAsConstantArrayType(RHS);
/external/clang/include/clang/AST/
H A DASTContext.h1821 const ConstantArrayType *getAsConstantArrayType(QualType T) const { function in class:clang::ASTContext
/external/clang/lib/Analysis/
H A DCFG.cpp891 if (const ConstantArrayType *AT = Context->getAsConstantArrayType(QT)) {
997 while (const ConstantArrayType *AT = Context->getAsConstantArrayType(QT)) {
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1283 S.Context.getAsConstantArrayType(Arg);
1288 S.Context.getAsConstantArrayType(Param);
H A DSemaExprCXX.cpp1159 = Context.getAsConstantArrayType(AllocType)) {
3870 if (const ConstantArrayType *CAT = Self.Context.getAsConstantArrayType(T))
H A DSemaDeclCXX.cpp3001 = SemaRef.Context.getAsConstantArrayType(BaseType)) {
3229 while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) {
8675 const ConstantArrayType *ArrayTy = S.Context.getAsConstantArrayType(T);
H A DSemaInit.cpp585 SemaRef.Context.getAsConstantArrayType(DeclType)) {
6044 = S.Context.getAsConstantArrayType(CurInit.get()->getType())) {
H A DSemaChecking.cpp3703 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(Ty)) {
6226 Context.getAsConstantArrayType(BaseExpr->getType());
H A DSemaType.cpp5006 = Context.getAsConstantArrayType(MaybeTemplate))
H A DSemaExpr.cpp4239 Context.getAsConstantArrayType(ArgExpr->IgnoreParenImpCasts()->getType());
11229 = S.Context.getAsConstantArrayType(BaseType)) {
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1846 assert(Ctx.getAsConstantArrayType(R->getValueType()) &&

Completed in 583 milliseconds