Searched refs:StringFormat (Results 1 – 2 of 2) sorted by relevance
613 enum StringFormat { enum620 StringFormat Format;622 explicit StringInit(StringRef V, StringFormat Fmt) in StringInit()633 static StringInit *get(StringRef, StringFormat Fmt = SF_String);635 static StringFormat determineFormat(StringFormat Fmt1, StringFormat Fmt2) { in determineFormat()640 StringFormat getFormat() const { return Format; } in getFormat()
527 StringInit *StringInit::get(StringRef V, StringFormat Fmt) { in get()900 StringInit::StringFormat Fmt = StringInit::SF_String; in interleaveStringList()