Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
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()
DRewriteModernObjC.cpp2382 std::string FdStr = Type.getAsString(Context->getPrintingPolicy()); in RewriteBlockLiteralFunctionDecl() local
2383 FdStr += " "; in RewriteBlockLiteralFunctionDecl()
2384 FdStr += FD->getName(); in RewriteBlockLiteralFunctionDecl()
2385 FdStr += "("; in RewriteBlockLiteralFunctionDecl()
2389 RewriteBlockPointerType(FdStr, ArgType); in RewriteBlockLiteralFunctionDecl()
2391 FdStr += ", "; in RewriteBlockLiteralFunctionDecl()
2394 FdStr += (numArgs > 0) ? ", ...);\n" : "...);\n"; in RewriteBlockLiteralFunctionDecl()
2397 FdStr += ");\n"; in RewriteBlockLiteralFunctionDecl()
2398 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()