Searched refs:RecName (Results 1 – 2 of 2) sorted by relevance
4482 std::string RecName; in SynthBlockInitExpr() local4483 RewriteByRefString(RecName, Name, ND, true); in SynthBlockInitExpr()4484 IdentifierInfo *II = &Context->Idents.get(RecName.c_str() in SynthBlockInitExpr()5820 std::string RecName = in RewriteObjCIvarRefExpr() local5822 RecName += "_IMPL"; in RewriteObjCIvarRefExpr()5823 IdentifierInfo *II = &Context->Idents.get(RecName); in RewriteObjCIvarRefExpr()5861 std::string RecName = in RewriteObjCIvarRefExpr() local5863 RecName += "_IMPL"; in RewriteObjCIvarRefExpr()5864 IdentifierInfo *II = &Context->Idents.get(RecName); in RewriteObjCIvarRefExpr()
864 std::string RecName = std::string(CDecl->getName()); in getIvarAccessString() local865 RecName += "_IMPL"; in getIvarAccessString()868 &Context->Idents.get(RecName)); in getIvarAccessString()5343 std::string RecName; in SynthBlockInitExpr() local5344 RewriteByRefString(RecName, Name, ND, true); in SynthBlockInitExpr()5345 IdentifierInfo *II = &Context->Idents.get(RecName.c_str() in SynthBlockInitExpr()7505 std::string RecName = std::string(CDecl->getName()); in RewriteObjCIvarRefExpr() local7506 RecName += "_IMPL"; in RewriteObjCIvarRefExpr()7509 SourceLocation(), &Context->Idents.get(RecName)); in RewriteObjCIvarRefExpr()