Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Prefix

5958   const char *Prefix = "\01l_OBJC_$_CATEGORY_";
5959 std::string ExtCatName(Prefix + Interface->getNameAsString()+
5972 std::string MethodListName(Prefix);
5984 MethodListName = Prefix;
6193 const char *Prefix = "\01l_OBJC_$_INSTANCE_VARIABLES_";
6198 Prefix + OID->getName());