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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2484 QualType strType = getConstantStringStructType(); local
2513 strType, nullptr, SC_Static);
2515 DeclRefExpr(*Context, NewVD, false, strType, VK_LValue, SourceLocation());
H A DRewriteModernObjC.cpp2557 QualType strType = getConstantStringStructType(); local
2586 strType, nullptr, SC_Static);
2588 DeclRefExpr(*Context, NewVD, false, strType, VK_LValue, SourceLocation());

Completed in 140 milliseconds