clang 19.0.0git
Static Public Member Functions | List of all members
clang::ast_matchers::dynamic::internal::ArgTypeTraits< std::string > Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/ASTMatchers/Dynamic/Marshallers.h"

Inheritance diagram for clang::ast_matchers::dynamic::internal::ArgTypeTraits< std::string >:
Inheritance graph
[legend]

Static Public Member Functions

static bool hasCorrectType (const VariantValue &Value)
 
static bool hasCorrectValue (const VariantValue &Value)
 
static const std::string & get (const VariantValue &Value)
 
static ArgKind getKind ()
 
static std::optional< std::string > getBestGuess (const VariantValue &)
 

Detailed Description

Definition at line 59 of file Marshallers.h.

Member Function Documentation

◆ get()

static const std::string & clang::ast_matchers::dynamic::internal::ArgTypeTraits< std::string >::get ( const VariantValue Value)
inlinestatic

Definition at line 65 of file Marshallers.h.

◆ getBestGuess()

static std::optional< std::string > clang::ast_matchers::dynamic::internal::ArgTypeTraits< std::string >::getBestGuess ( const VariantValue )
inlinestatic

Definition at line 73 of file Marshallers.h.

◆ getKind()

static ArgKind clang::ast_matchers::dynamic::internal::ArgTypeTraits< std::string >::getKind ( )
inlinestatic

Definition at line 69 of file Marshallers.h.

References clang::ast_matchers::dynamic::ArgKind::AK_String.

◆ hasCorrectType()

static bool clang::ast_matchers::dynamic::internal::ArgTypeTraits< std::string >::hasCorrectType ( const VariantValue Value)
inlinestatic

Definition at line 60 of file Marshallers.h.

◆ hasCorrectValue()

static bool clang::ast_matchers::dynamic::internal::ArgTypeTraits< std::string >::hasCorrectValue ( const VariantValue Value)
inlinestatic

Definition at line 63 of file Marshallers.h.


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