clang 23.0.0git
clang::ast_matchers::dynamic::internal::ArgTypeTraits< llvm::Regex::RegexFlags > Struct Reference

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

Inheritance diagram for clang::ast_matchers::dynamic::internal::ArgTypeTraits< llvm::Regex::RegexFlags >:
[legend]

Static Public Member Functions

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

Detailed Description

Definition at line 220 of file Marshallers.h.

Member Function Documentation

◆ get()

llvm::Regex::RegexFlags clang::ast_matchers::dynamic::internal::ArgTypeTraits< llvm::Regex::RegexFlags >::get ( const VariantValue & Value)
inlinestatic

Definition at line 232 of file Marshallers.h.

◆ getBestGuess()

std::optional< std::string > clang::ast_matchers::dynamic::internal::ArgTypeTraits< llvm::Regex::RegexFlags >::getBestGuess ( const VariantValue & Value)
static

Definition at line 155 of file Marshallers.cpp.

References getCloseRegexMatch().

◆ getKind()

ArgKind clang::ast_matchers::dynamic::internal::ArgTypeTraits< llvm::Regex::RegexFlags >::getKind ( )
inlinestatic

Definition at line 236 of file Marshallers.h.

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

◆ hasCorrectType()

bool clang::ast_matchers::dynamic::internal::ArgTypeTraits< llvm::Regex::RegexFlags >::hasCorrectType ( const VariantValue & Value)
inlinestatic

Definition at line 225 of file Marshallers.h.

◆ hasCorrectValue()

bool clang::ast_matchers::dynamic::internal::ArgTypeTraits< llvm::Regex::RegexFlags >::hasCorrectValue ( const VariantValue & Value)
inlinestatic

Definition at line 228 of file Marshallers.h.


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