Searched refs:strType (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2485 QualType strType = getConstantStringStructType(); in RewriteObjCStringLiteral() local 2514 strType, nullptr, SC_Static); in RewriteObjCStringLiteral() 2516 DeclRefExpr(*Context, NewVD, false, strType, VK_LValue, SourceLocation()); in RewriteObjCStringLiteral()
|
| H A D | RewriteModernObjC.cpp | 2559 QualType strType = getConstantStringStructType(); in RewriteObjCStringLiteral() local 2588 strType, nullptr, SC_Static); in RewriteObjCStringLiteral() 2590 DeclRefExpr(*Context, NewVD, false, strType, VK_LValue, SourceLocation()); in RewriteObjCStringLiteral()
|