Home | History | Annotate | Download | only in Frontend

Lines Matching refs:StrType

507       QualType StrType = Context->getConstantArrayType(
511 /*Pascal=*/false, StrType, SourceLocation());
2491 QualType strType = getConstantStringStructType();
2520 strType, nullptr, SC_Static);
2521 DeclRefExpr *DRE = new (Context) DeclRefExpr(NewVD, false, strType, VK_LValue,