Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2297 std::string FdStr = Type.getAsString(Context->getPrintingPolicy()); in RewriteBlockLiteralFunctionDecl() local
2298 FdStr += " "; in RewriteBlockLiteralFunctionDecl()
2299 FdStr += FD->getName(); in RewriteBlockLiteralFunctionDecl()
2300 FdStr += "("; in RewriteBlockLiteralFunctionDecl()
2304 RewriteBlockPointerType(FdStr, ArgType); in RewriteBlockLiteralFunctionDecl()
2306 FdStr += ", "; in RewriteBlockLiteralFunctionDecl()
2308 FdStr += ");\n"; in RewriteBlockLiteralFunctionDecl()
2309 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()
DRewriteModernObjC.cpp2408 std::string FdStr = Type.getAsString(Context->getPrintingPolicy()); in RewriteBlockLiteralFunctionDecl() local
2409 FdStr += " "; in RewriteBlockLiteralFunctionDecl()
2410 FdStr += FD->getName(); in RewriteBlockLiteralFunctionDecl()
2411 FdStr += "("; in RewriteBlockLiteralFunctionDecl()
2415 RewriteBlockPointerType(FdStr, ArgType); in RewriteBlockLiteralFunctionDecl()
2417 FdStr += ", "; in RewriteBlockLiteralFunctionDecl()
2420 FdStr += (numArgs > 0) ? ", ...);\n" : "...);\n"; in RewriteBlockLiteralFunctionDecl()
2423 FdStr += ");\n"; in RewriteBlockLiteralFunctionDecl()
2424 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()