Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Prefix

5263   const char *Prefix = "\01l_OBJC_$_CATEGORY_";
5264 std::string ExtCatName(Prefix + Interface->getNameAsString()+
5278 std::string MethodListName(Prefix);
5292 MethodListName = Prefix;
5504 const char *Prefix = "\01l_OBJC_$_INSTANCE_VARIABLES_";
5509 Prefix + OID->getName());