Searched refs:RecName (Results 1 – 2 of 2) sorted by relevance
4463 std::string RecName; in SynthBlockInitExpr() local4464 RewriteByRefString(RecName, Name, ND, true); in SynthBlockInitExpr()4465 IdentifierInfo *II = &Context->Idents.get(RecName.c_str() in SynthBlockInitExpr()5799 std::string RecName = in RewriteObjCIvarRefExpr() local5801 RecName += "_IMPL"; in RewriteObjCIvarRefExpr()5802 IdentifierInfo *II = &Context->Idents.get(RecName); in RewriteObjCIvarRefExpr()5840 std::string RecName = in RewriteObjCIvarRefExpr() local5842 RecName += "_IMPL"; in RewriteObjCIvarRefExpr()5843 IdentifierInfo *II = &Context->Idents.get(RecName); in RewriteObjCIvarRefExpr()
863 std::string RecName = std::string(CDecl->getName()); in getIvarAccessString() local864 RecName += "_IMPL"; in getIvarAccessString()867 &Context->Idents.get(RecName)); in getIvarAccessString()5311 std::string RecName; in SynthBlockInitExpr() local5312 RewriteByRefString(RecName, Name, ND, true); in SynthBlockInitExpr()5313 IdentifierInfo *II = &Context->Idents.get(RecName.c_str() in SynthBlockInitExpr()7471 std::string RecName = std::string(CDecl->getName()); in RewriteObjCIvarRefExpr() local7472 RecName += "_IMPL"; in RewriteObjCIvarRefExpr()7475 SourceLocation(), &Context->Idents.get(RecName)); in RewriteObjCIvarRefExpr()