Home
last modified time | relevance | path

Searched refs:StringFormat (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h613 enum StringFormat { enum
620 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp527 StringInit *StringInit::get(StringRef V, StringFormat Fmt) { in get()
900 StringInit::StringFormat Fmt = StringInit::SF_String; in interleaveStringList()