clang 19.0.0git
Public Member Functions | List of all members
clang::analyze_format_string::SpecifierResult< T > Class Template Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/FormatStringParsing.h"

Public Member Functions

 SpecifierResult (bool stop=false)
 
 SpecifierResult (const char *start, const T &fs)
 
const char * getStart () const
 
bool shouldStop () const
 
bool hasValue () const
 
const TgetValue () const
 
const TgetValue ()
 

Detailed Description

template<typename T>
class clang::analyze_format_string::SpecifierResult< T >

Definition at line 72 of file FormatStringParsing.h.

Constructor & Destructor Documentation

◆ SpecifierResult() [1/2]

template<typename T >
clang::analyze_format_string::SpecifierResult< T >::SpecifierResult ( bool  stop = false)
inline

Definition at line 77 of file FormatStringParsing.h.

◆ SpecifierResult() [2/2]

template<typename T >
clang::analyze_format_string::SpecifierResult< T >::SpecifierResult ( const char *  start,
const T fs 
)
inline

Definition at line 79 of file FormatStringParsing.h.

Member Function Documentation

◆ getStart()

template<typename T >
const char * clang::analyze_format_string::SpecifierResult< T >::getStart ( ) const
inline

◆ getValue() [1/2]

template<typename T >
const T & clang::analyze_format_string::SpecifierResult< T >::getValue ( )
inline

Definition at line 90 of file FormatStringParsing.h.

◆ getValue() [2/2]

template<typename T >
const T & clang::analyze_format_string::SpecifierResult< T >::getValue ( ) const
inline

◆ hasValue()

template<typename T >
bool clang::analyze_format_string::SpecifierResult< T >::hasValue ( ) const
inline

◆ shouldStop()

template<typename T >
bool clang::analyze_format_string::SpecifierResult< T >::shouldStop ( ) const
inline

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