union VariantValue::AllValues

Declaration

union VariantValue::AllValues { /* full declaration omitted */ };

Description

All supported value types.

Declared at: clang/include/clang/ASTMatchers/Dynamic/VariantValue.h:342

Member Variables

public unsigned int Unsigned
public double Double
public bool Boolean
public std::string* String
public clang::ast_matchers::dynamic::VariantMatcher* Matcher
public clang::ASTNodeKind* NodeKind