HomeSort by: relevance | last modified time | path
    Searched defs:SynthesizeByrefCopyDestroyHelper (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 465 std::string SynthesizeByrefCopyDestroyHelper(VarDecl *VD, int flag);
4949 /// SynthesizeByrefCopyDestroyHelper - This routine synthesizes:
4969 std::string RewriteModernObjC::SynthesizeByrefCopyDestroyHelper(VarDecl *VD,
5083 std::string HF = SynthesizeByrefCopyDestroyHelper(ND, flag);
RewriteObjC.cpp 375 std::string SynthesizeByrefCopyDestroyHelper(VarDecl *VD, int flag);
4104 /// SynthesizeByrefCopyDestroyHelper - This routine synthesizes:
4124 std::string RewriteObjC::SynthesizeByrefCopyDestroyHelper(VarDecl *VD,
4241 std::string HF = SynthesizeByrefCopyDestroyHelper(ND, flag);

Completed in 36 milliseconds