Searched defs:SynthesizeByrefCopyDestroyHelper (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp383 std::string SynthesizeByrefCopyDestroyHelper(VarDecl *VD, int flag);
4144 /// SynthesizeByrefCopyDestroyHelper - This routine synthesizes:
4164 std::string RewriteObjC::SynthesizeByrefCopyDestroyHelper(VarDecl *VD, function in class:RewriteObjC
4281 std::string HF = SynthesizeByrefCopyDestroyHelper(ND, flag);
H A DRewriteModernObjC.cpp479 std::string SynthesizeByrefCopyDestroyHelper(VarDecl *VD, int flag);
5077 /// SynthesizeByrefCopyDestroyHelper - This routine synthesizes:
5097 std::string RewriteModernObjC::SynthesizeByrefCopyDestroyHelper(VarDecl *VD, function in class:RewriteModernObjC
5211 std::string HF = SynthesizeByrefCopyDestroyHelper(ND, flag);

Completed in 52 milliseconds