Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2293 std::string FdStr = Type.getAsString(Context->getPrintingPolicy()); in RewriteBlockLiteralFunctionDecl() local
2294 FdStr += " "; in RewriteBlockLiteralFunctionDecl()
2295 FdStr += FD->getName(); in RewriteBlockLiteralFunctionDecl()
2296 FdStr += "("; in RewriteBlockLiteralFunctionDecl()
2300 RewriteBlockPointerType(FdStr, ArgType); in RewriteBlockLiteralFunctionDecl()
2302 FdStr += ", "; in RewriteBlockLiteralFunctionDecl()
2304 FdStr += ");\n"; in RewriteBlockLiteralFunctionDecl()
2305 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()
H A DRewriteModernObjC.cpp2384 std::string FdStr = Type.getAsString(Context->getPrintingPolicy()); in RewriteBlockLiteralFunctionDecl() local
2385 FdStr += " "; in RewriteBlockLiteralFunctionDecl()
2386 FdStr += FD->getName(); in RewriteBlockLiteralFunctionDecl()
2387 FdStr += "("; in RewriteBlockLiteralFunctionDecl()
2391 RewriteBlockPointerType(FdStr, ArgType); in RewriteBlockLiteralFunctionDecl()
2393 FdStr += ", "; in RewriteBlockLiteralFunctionDecl()
2396 FdStr += (numArgs > 0) ? ", ...);\n" : "...);\n"; in RewriteBlockLiteralFunctionDecl()
2399 FdStr += ");\n"; in RewriteBlockLiteralFunctionDecl()
2400 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()