Searched refs:SynthesizeBlockHelperFuncs (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 376 std::string SynthesizeBlockHelperFuncs(BlockExpr *CE, int i, 3344 std::string RewriteObjC::SynthesizeBlockHelperFuncs(BlockExpr *CE, int i, in SynthesizeBlockHelperFuncs() function in RewriteObjC 3584 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
|
H A D | RewriteModernObjC.cpp | 467 std::string SynthesizeBlockHelperFuncs(BlockExpr *CE, int i, 4135 std::string RewriteModernObjC::SynthesizeBlockHelperFuncs(BlockExpr *CE, int i, in SynthesizeBlockHelperFuncs() function in RewriteModernObjC 4376 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
|