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()
865 std::string RecName = std::string(CDecl->getName()); in getIvarAccessString() local866 RecName += "_IMPL"; in getIvarAccessString()869 &Context->Idents.get(RecName)); in getIvarAccessString()5345 std::string RecName; in SynthBlockInitExpr() local5346 RewriteByRefString(RecName, Name, ND, true); in SynthBlockInitExpr()5347 IdentifierInfo *II = &Context->Idents.get(RecName.c_str() in SynthBlockInitExpr()7507 std::string RecName = std::string(CDecl->getName()); in RewriteObjCIvarRefExpr() local7508 RecName += "_IMPL"; in RewriteObjCIvarRefExpr()7511 SourceLocation(), &Context->Idents.get(RecName)); in RewriteObjCIvarRefExpr()