Searched refs:RecName (Results 1 – 2 of 2) sorted by relevance
4494 std::string RecName; in SynthBlockInitExpr() local4495 RewriteByRefString(RecName, Name, ND, true); in SynthBlockInitExpr()4496 IdentifierInfo *II = &Context->Idents.get(RecName.c_str() in SynthBlockInitExpr()5832 std::string RecName = in RewriteObjCIvarRefExpr() local5834 RecName += "_IMPL"; in RewriteObjCIvarRefExpr()5835 IdentifierInfo *II = &Context->Idents.get(RecName); in RewriteObjCIvarRefExpr()5873 std::string RecName = in RewriteObjCIvarRefExpr() local5875 RecName += "_IMPL"; in RewriteObjCIvarRefExpr()5876 IdentifierInfo *II = &Context->Idents.get(RecName); in RewriteObjCIvarRefExpr()
864 std::string RecName = std::string(CDecl->getName()); in getIvarAccessString() local865 RecName += "_IMPL"; in getIvarAccessString()868 SourceLocation(), &Context->Idents.get(RecName)); in getIvarAccessString()5356 std::string RecName; in SynthBlockInitExpr() local5357 RewriteByRefString(RecName, Name, ND, true); in SynthBlockInitExpr()5358 IdentifierInfo *II = &Context->Idents.get(RecName.c_str() in SynthBlockInitExpr()7519 std::string RecName = std::string(CDecl->getName()); in RewriteObjCIvarRefExpr() local7520 RecName += "_IMPL"; in RewriteObjCIvarRefExpr()7523 &Context->Idents.get(RecName)); in RewriteObjCIvarRefExpr()