Home | History | Annotate | Download | only in Frontend

Lines Matching refs:RecName

884       std::string RecName = CDecl->getName();
885 RecName += "_IMPL";
888 &Context->Idents.get(RecName.c_str()));
5489 std::string RecName;
5490 RewriteByRefString(RecName, Name, ND, true);
5491 IdentifierInfo *II = &Context->Idents.get(RecName.c_str()
7695 std::string RecName = CDecl->getName();
7696 RecName += "_IMPL";
7699 &Context->Idents.get(RecName.c_str()));