Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp273 ObjCMethodDecl *MDecl, std::string &ResultStr);
274 void RewriteTypeIntoString(QualType T, std::string &ResultStr,
276 void RewriteByRefString(std::string &ResultStr, const std::string &Name,
1040 void RewriteObjC::RewriteTypeIntoString(QualType T, std::string &ResultStr, in RewriteTypeIntoString() argument
1043 ResultStr += "id"; in RewriteTypeIntoString()
1055 ResultStr += in RewriteTypeIntoString()
1057 ResultStr += "(*"; in RewriteTypeIntoString()
1060 ResultStr += T.getAsString(Context->getPrintingPolicy()); in RewriteTypeIntoString()
1065 std::string &ResultStr) { in RewriteObjCMethodDecl() argument
1068 ResultStr += "\nstatic "; in RewriteObjCMethodDecl()
[all …]
H A DRewriteModernObjC.cpp326 ObjCMethodDecl *MDecl, std::string &ResultStr);
327 void RewriteTypeIntoString(QualType T, std::string &ResultStr,
329 void RewriteByRefString(std::string &ResultStr, const std::string &Name,
1207 void RewriteModernObjC::RewriteTypeIntoString(QualType T, std::string &ResultStr, in RewriteTypeIntoString() argument
1210 ResultStr += "id"; in RewriteTypeIntoString()
1222 ResultStr += in RewriteTypeIntoString()
1224 ResultStr += "(*"; in RewriteTypeIntoString()
1227 ResultStr += T.getAsString(Context->getPrintingPolicy()); in RewriteTypeIntoString()
1232 std::string &ResultStr) { in RewriteObjCMethodDecl() argument
1235 ResultStr += "\nstatic "; in RewriteObjCMethodDecl()
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp8800 std::string ResultStr = E->ComputeName(Info.Ctx); in VisitSYCLUniqueStableNameExpr() local
8804 ResultStr.size() + 1); in VisitSYCLUniqueStableNameExpr()
8809 StringLiteral::Create(Info.Ctx, ResultStr, StringLiteral::Ordinary, in VisitSYCLUniqueStableNameExpr()