LLVM  4.0.0
Static Protected Member Functions | List of all members
llvm::detail::HelperFunctions Class Reference

#include <FormatProviders.h>

Inheritance diagram for llvm::detail::HelperFunctions:
[legend]

Static Protected Member Functions

static Optional< size_t > parseNumericPrecision (StringRef Str)
 
static bool consumeHexStyle (StringRef &Str, HexPrintStyle &Style)
 
static size_t consumeNumHexDigits (StringRef &Str, HexPrintStyle Style, size_t Default)
 

Detailed Description

Definition at line 61 of file FormatProviders.h.

Member Function Documentation

static bool llvm::detail::HelperFunctions::consumeHexStyle ( StringRef Str,
HexPrintStyle Style 
)
inlinestaticprotected
static size_t llvm::detail::HelperFunctions::consumeNumHexDigits ( StringRef Str,
HexPrintStyle  Style,
size_t  Default 
)
inlinestaticprotected
static Optional<size_t> llvm::detail::HelperFunctions::parseNumericPrecision ( StringRef  Str)
inlinestaticprotected

The documentation for this class was generated from the following file: