Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2300 std::string FdStr = Type.getAsString(Context->getPrintingPolicy()); in RewriteBlockLiteralFunctionDecl() local
2301 FdStr += " "; in RewriteBlockLiteralFunctionDecl()
2302 FdStr += FD->getName(); in RewriteBlockLiteralFunctionDecl()
2303 FdStr += "("; in RewriteBlockLiteralFunctionDecl()
2307 RewriteBlockPointerType(FdStr, ArgType); in RewriteBlockLiteralFunctionDecl()
2309 FdStr += ", "; in RewriteBlockLiteralFunctionDecl()
2311 FdStr += ");\n"; in RewriteBlockLiteralFunctionDecl()
2312 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()
H A DRewriteModernObjC.cpp2387 std::string FdStr = Type.getAsString(Context->getPrintingPolicy()); in RewriteBlockLiteralFunctionDecl() local
2388 FdStr += " "; in RewriteBlockLiteralFunctionDecl()
2389 FdStr += FD->getName(); in RewriteBlockLiteralFunctionDecl()
2390 FdStr += "("; in RewriteBlockLiteralFunctionDecl()
2394 RewriteBlockPointerType(FdStr, ArgType); in RewriteBlockLiteralFunctionDecl()
2396 FdStr += ", "; in RewriteBlockLiteralFunctionDecl()
2399 FdStr += (numArgs > 0) ? ", ...);\n" : "...);\n"; in RewriteBlockLiteralFunctionDecl()
2402 FdStr += ");\n"; in RewriteBlockLiteralFunctionDecl()
2403 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()