clang API Documentation
#include <Marshallers.h>

Static Public Member Functions | |
| static bool | is (const VariantValue &Value) |
| static const std::string & | get (const VariantValue &Value) |
| static ArgKind | getKind () |
Definition at line 43 of file Marshallers.h.
| static const std::string& clang::ast_matchers::dynamic::internal::ArgTypeTraits< std::string >::get | ( | const VariantValue & | Value | ) | [inline, static] |
Definition at line 45 of file Marshallers.h.
| static ArgKind clang::ast_matchers::dynamic::internal::ArgTypeTraits< std::string >::getKind | ( | ) | [inline, static] |
Definition at line 48 of file Marshallers.h.
References clang::ast_matchers::dynamic::ArgKind::AK_String.
| static bool clang::ast_matchers::dynamic::internal::ArgTypeTraits< std::string >::is | ( | const VariantValue & | Value | ) | [inline, static] |
Definition at line 44 of file Marshallers.h.
References clang::ast_matchers::dynamic::VariantValue::isString().