Searched refs:RecName (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp863 std::string RecName = std::string(CDecl->getName()); local
864 RecName += "_IMPL";
867 SourceLocation(), &Context->Idents.get(RecName));
5349 std::string RecName; local
5350 RewriteByRefString(RecName, Name, ND, true);
5351 IdentifierInfo *II = &Context->Idents.get(RecName.c_str()
7512 std::string RecName = std::string(CDecl->getName()); local
7513 RecName += "_IMPL";
7516 &Context->Idents.get(RecName));
H A DRewriteObjC.cpp4488 std::string RecName; local
4489 RewriteByRefString(RecName, Name, ND, true);
4490 IdentifierInfo *II = &Context->Idents.get(RecName.c_str()
5827 std::string RecName = local
5829 RecName += "_IMPL";
5830 IdentifierInfo *II = &Context->Idents.get(RecName);
5868 std::string RecName = local
5870 RecName += "_IMPL";
5871 IdentifierInfo *II = &Context->Idents.get(RecName);

Completed in 242 milliseconds