clang API Documentation
#include <Marshallers.h>
Static Public Member Functions | |
| static bool | is (const VariantValue &Value) |
| static attr::Kind | get (const VariantValue &Value) |
| static ArgKind | getKind () |
Definition at line 79 of file Marshallers.h.
| static attr::Kind clang::ast_matchers::dynamic::internal::ArgTypeTraits< attr::Kind >::get | ( | const VariantValue & | Value | ) | [inline, static] |
Definition at line 92 of file Marshallers.h.
| static ArgKind clang::ast_matchers::dynamic::internal::ArgTypeTraits< attr::Kind >::getKind | ( | ) | [inline, static] |
Definition at line 95 of file Marshallers.h.
References clang::ast_matchers::dynamic::ArgKind::AK_String.
| static bool clang::ast_matchers::dynamic::internal::ArgTypeTraits< attr::Kind >::is | ( | const VariantValue & | Value | ) | [inline, static] |
Definition at line 88 of file Marshallers.h.
References clang::ast_matchers::dynamic::VariantValue::getString(), and clang::ast_matchers::dynamic::VariantValue::isString().