Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Prefix

5063   const char *Prefix = "\01l_OBJC_$_CATEGORY_";
5064 std::string ExtCatName(Prefix + Interface->getNameAsString()+
5078 std::string MethodListName(Prefix);
5092 MethodListName = Prefix;
5303 const char *Prefix = "\01l_OBJC_$_INSTANCE_VARIABLES_";
5308 Prefix + OID->getName());