Searched refs:ResultStr (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A 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, 1206 void RewriteModernObjC::RewriteTypeIntoString(QualType T, std::string &ResultStr, in RewriteTypeIntoString() argument 1209 ResultStr += "id"; in RewriteTypeIntoString() 1221 ResultStr += in RewriteTypeIntoString() 1223 ResultStr += "(*"; in RewriteTypeIntoString() 1226 ResultStr += T.getAsString(Context->getPrintingPolicy()); in RewriteTypeIntoString() 1231 std::string &ResultStr) { in RewriteObjCMethodDecl() argument 1234 ResultStr += "\nstatic "; in RewriteObjCMethodDecl() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp | 1963 std::string ResultStr = E->ComputeName(A); in VisitSYCLUniqueStableNameExpr() local 1966 APInt Size(A.getTypeSize(A.getSizeType()), ResultStr.size() + 1); in VisitSYCLUniqueStableNameExpr() 1971 StringLiteral::Create(A, ResultStr, StringLiteralKind::Ordinary, in VisitSYCLUniqueStableNameExpr()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 9177 std::string ResultStr = E->ComputeName(Info.Ctx); in VisitSYCLUniqueStableNameExpr() local 9181 ResultStr.size() + 1); in VisitSYCLUniqueStableNameExpr() 9186 StringLiteral::Create(Info.Ctx, ResultStr, StringLiteralKind::Ordinary, in VisitSYCLUniqueStableNameExpr()
|