Searched refs:strType (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 | 2560 QualType strType = getConstantStringStructType(); in RewriteObjCStringLiteral() local 2589 strType, nullptr, SC_Static); in RewriteObjCStringLiteral() 2591 DeclRefExpr(*Context, NewVD, false, strType, VK_LValue, SourceLocation()); in RewriteObjCStringLiteral()
|