Home
last modified time | relevance | path

Searched refs:ResultStr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp271 ObjCMethodDecl *MDecl, std::string &ResultStr);
272 void RewriteTypeIntoString(QualType T, std::string &ResultStr,
274 void RewriteByRefString(std::string &ResultStr, const std::string &Name,
1038 void RewriteObjC::RewriteTypeIntoString(QualType T, std::string &ResultStr, in RewriteTypeIntoString() argument
1041 ResultStr += "id"; in RewriteTypeIntoString()
1053 ResultStr += in RewriteTypeIntoString()
1055 ResultStr += "(*"; in RewriteTypeIntoString()
1058 ResultStr += T.getAsString(Context->getPrintingPolicy()); in RewriteTypeIntoString()
1063 std::string &ResultStr) { in RewriteObjCMethodDecl() argument
1066 ResultStr += "\nstatic "; in RewriteObjCMethodDecl()
[all …]
H A DRewriteModernObjC.cpp324 ObjCMethodDecl *MDecl, std::string &ResultStr);
325 void RewriteTypeIntoString(QualType T, std::string &ResultStr,
327 void RewriteByRefString(std::string &ResultStr, const std::string &Name,
1205 void RewriteModernObjC::RewriteTypeIntoString(QualType T, std::string &ResultStr, in RewriteTypeIntoString() argument
1208 ResultStr += "id"; in RewriteTypeIntoString()
1220 ResultStr += in RewriteTypeIntoString()
1222 ResultStr += "(*"; in RewriteTypeIntoString()
1225 ResultStr += T.getAsString(Context->getPrintingPolicy()); in RewriteTypeIntoString()
1230 std::string &ResultStr) { in RewriteObjCMethodDecl() argument
1233 ResultStr += "\nstatic "; in RewriteObjCMethodDecl()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp2543 std::string ResultStr = E->ComputeName(A); in VisitSYCLUniqueStableNameExpr() local
2546 APInt Size(A.getTypeSize(A.getSizeType()), ResultStr.size() + 1); in VisitSYCLUniqueStableNameExpr()
2551 StringLiteral::Create(A, ResultStr, StringLiteralKind::Ordinary, in VisitSYCLUniqueStableNameExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp9598 std::string ResultStr = E->ComputeName(Info.Ctx); in VisitSYCLUniqueStableNameExpr() local
9602 ResultStr.size() + 1); in VisitSYCLUniqueStableNameExpr()
9607 StringLiteral::Create(Info.Ctx, ResultStr, StringLiteralKind::Ordinary, in VisitSYCLUniqueStableNameExpr()