Home
last modified time | relevance | path

Searched refs:FdStr (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2302 std::string FdStr = Type.getAsString(Context->getPrintingPolicy()); in RewriteBlockLiteralFunctionDecl() local
2303 FdStr += " "; in RewriteBlockLiteralFunctionDecl()
2304 FdStr += FD->getName(); in RewriteBlockLiteralFunctionDecl()
2305 FdStr += "("; in RewriteBlockLiteralFunctionDecl()
2309 RewriteBlockPointerType(FdStr, ArgType); in RewriteBlockLiteralFunctionDecl()
2311 FdStr += ", "; in RewriteBlockLiteralFunctionDecl()
2313 FdStr += ");\n"; in RewriteBlockLiteralFunctionDecl()
2314 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()
H A DRewriteModernObjC.cpp2388 std::string FdStr = Type.getAsString(Context->getPrintingPolicy()); in RewriteBlockLiteralFunctionDecl() local
2389 FdStr += " "; in RewriteBlockLiteralFunctionDecl()
2390 FdStr += FD->getName(); in RewriteBlockLiteralFunctionDecl()
2391 FdStr += "("; in RewriteBlockLiteralFunctionDecl()
2395 RewriteBlockPointerType(FdStr, ArgType); in RewriteBlockLiteralFunctionDecl()
2397 FdStr += ", "; in RewriteBlockLiteralFunctionDecl()
2400 FdStr += (numArgs > 0) ? ", ...);\n" : "...);\n"; in RewriteBlockLiteralFunctionDecl()
2403 FdStr += ");\n"; in RewriteBlockLiteralFunctionDecl()
2404 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()