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 SourceLocation(), &Context->Idents.get(RecName)); in getIvarAccessString()5346 std::string RecName; in SynthBlockInitExpr() local5347 RewriteByRefString(RecName, Name, ND, true); in SynthBlockInitExpr()5348 IdentifierInfo *II = &Context->Idents.get(RecName.c_str() in SynthBlockInitExpr()7508 std::string RecName = std::string(CDecl->getName()); in RewriteObjCIvarRefExpr() local7509 RecName += "_IMPL"; in RewriteObjCIvarRefExpr()7512 &Context->Idents.get(RecName)); in RewriteObjCIvarRefExpr()