Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Prefix

5026   const char *Prefix = "\01l_OBJC_$_CATEGORY_";
5027 std::string ExtCatName(Prefix + Interface->getNameAsString()+
5041 std::string MethodListName(Prefix);
5055 MethodListName = Prefix;
5266 const char *Prefix = "\01l_OBJC_$_INSTANCE_VARIABLES_";
5271 Prefix + OID->getName());