Searched refs:strType (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2558 QualType strType = getConstantStringStructType(); local
2587 strType, nullptr, SC_Static);
2589 DeclRefExpr(*Context, NewVD, false, strType, VK_LValue, SourceLocation());
H A DRewriteObjC.cpp2485 QualType strType = getConstantStringStructType(); local
2514 strType, nullptr, SC_Static);
2516 DeclRefExpr(*Context, NewVD, false, strType, VK_LValue, SourceLocation());

Completed in 147 milliseconds