clang API Documentation
#include <Marshallers.h>
Static Public Member Functions | |
| static bool | is (const VariantValue &Value) |
| static unsigned | get (const VariantValue &Value) |
| static ArgKind | getKind () |
Definition at line 69 of file Marshallers.h.
| static unsigned clang::ast_matchers::dynamic::internal::ArgTypeTraits< unsigned >::get | ( | const VariantValue & | Value | ) | [inline, static] |
Definition at line 71 of file Marshallers.h.
| static ArgKind clang::ast_matchers::dynamic::internal::ArgTypeTraits< unsigned >::getKind | ( | ) | [inline, static] |
Definition at line 74 of file Marshallers.h.
References clang::ast_matchers::dynamic::ArgKind::AK_Unsigned.
| static bool clang::ast_matchers::dynamic::internal::ArgTypeTraits< unsigned >::is | ( | const VariantValue & | Value | ) | [inline, static] |
Definition at line 70 of file Marshallers.h.
References clang::ast_matchers::dynamic::VariantValue::isUnsigned().