HomeSort by: relevance | last modified time | path
    Searched refs:StringFormat (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h 613 enum StringFormat {
620 StringFormat Format;
622 explicit StringInit(StringRef V, StringFormat Fmt)
633 static StringInit *get(StringRef, StringFormat Fmt = SF_String);
635 static StringFormat determineFormat(StringFormat Fmt1, StringFormat Fmt2) {
640 StringFormat getFormat() const { return Format; }
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
Record.cpp 527 StringInit *StringInit::get(StringRef V, StringFormat Fmt) {
900 StringInit::StringFormat Fmt = StringInit::SF_String;

Completed in 16 milliseconds