Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getTypeForDecl

1684   if (!ED->getTypeForDecl()->isIncompleteType()) {
1685 Size = CGM.getContext().getTypeSize(ED->getTypeForDecl());
1686 Align = CGM.getContext().getTypeAlign(ED->getTypeForDecl());
2078 getOrCreateType(QualType(PBase->getTypeForDecl(), 0), DefUnit);
2920 assert(isa<EnumType>(ED->getTypeForDecl()) && "Enum without EnumType?");
2921 Ty = getOrCreateType(QualType(ED->getTypeForDecl(), 0), Unit);