Searched refs:ResultStr (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 273 ObjCMethodDecl *MDecl, std::string &ResultStr); 274 void RewriteTypeIntoString(QualType T, std::string &ResultStr, 276 void RewriteByRefString(std::string &ResultStr, const std::string &Name, 1036 void RewriteObjC::RewriteTypeIntoString(QualType T, std::string &ResultStr, in RewriteTypeIntoString() argument 1039 ResultStr += "id"; in RewriteTypeIntoString() 1051 ResultStr += in RewriteTypeIntoString() 1053 ResultStr += "(*"; in RewriteTypeIntoString() 1056 ResultStr += T.getAsString(Context->getPrintingPolicy()); in RewriteTypeIntoString() 1061 std::string &ResultStr) { in RewriteObjCMethodDecl() argument 1064 ResultStr += "\nstatic "; in RewriteObjCMethodDecl() [all …]
|
D | RewriteModernObjC.cpp | 325 ObjCMethodDecl *MDecl, std::string &ResultStr); 326 void RewriteTypeIntoString(QualType T, std::string &ResultStr, 328 void RewriteByRefString(std::string &ResultStr, const std::string &Name, 1204 void RewriteModernObjC::RewriteTypeIntoString(QualType T, std::string &ResultStr, in RewriteTypeIntoString() argument 1207 ResultStr += "id"; in RewriteTypeIntoString() 1219 ResultStr += in RewriteTypeIntoString() 1221 ResultStr += "(*"; in RewriteTypeIntoString() 1224 ResultStr += T.getAsString(Context->getPrintingPolicy()); in RewriteTypeIntoString() 1229 std::string &ResultStr) { in RewriteObjCMethodDecl() argument 1232 ResultStr += "\nstatic "; in RewriteObjCMethodDecl() [all …]
|