Home | History | Annotate | Download | only in Frontend

Lines Matching refs:strType

613       QualType StrType = Context->getConstantArrayType(
617 /*Pascal=*/false, StrType, SourceLocation());
2592 QualType strType = getConstantStringStructType();
2621 strType, nullptr, SC_Static);
2622 DeclRefExpr *DRE = new (Context) DeclRefExpr(NewVD, false, strType, VK_LValue,