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

#include "llvm/Support/FormatProviders.h"

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

Static Protected Member Functions

static Optional< size_tparseNumericPrecision (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

◆ consumeHexStyle()

static bool llvm::detail::HelperFunctions::consumeHexStyle ( StringRef Str,
HexPrintStyle Style 
)
inlinestaticprotected

◆ consumeNumHexDigits()

static size_t llvm::detail::HelperFunctions::consumeNumHexDigits ( StringRef Str,
HexPrintStyle  Style,
size_t  Default 
)
inlinestaticprotected

◆ parseNumericPrecision()

static Optional<size_t> llvm::detail::HelperFunctions::parseNumericPrecision ( StringRef  Str)
inlinestaticprotected

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