Searched refs:strType (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2487 QualType strType = getConstantStringStructType(); in RewriteObjCStringLiteral() local 2516 strType, nullptr, SC_Static); in RewriteObjCStringLiteral() 2518 DeclRefExpr(*Context, NewVD, false, strType, VK_LValue, SourceLocation()); in RewriteObjCStringLiteral()
|
| H A D | RewriteModernObjC.cpp | 2561 QualType strType = getConstantStringStructType(); in RewriteObjCStringLiteral() local 2590 strType, nullptr, SC_Static); in RewriteObjCStringLiteral() 2592 DeclRefExpr(*Context, NewVD, false, strType, VK_LValue, SourceLocation()); in RewriteObjCStringLiteral()
|