clang 19.0.0git
Classes | Namespaces
VariantValue.h File Reference

Polymorphic value type. More...

#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/ASTMatchers/ASTMatchersInternal.h"
#include "llvm/ADT/IntrusiveRefCntPtr.h"
#include <memory>
#include <optional>
#include <vector>

Go to the source code of this file.

Classes

class  clang::ast_matchers::dynamic::ArgKind
 Kind identifier. More...
 
class  clang::ast_matchers::dynamic::VariantMatcher
 A variant matcher object. More...
 
class  clang::ast_matchers::dynamic::VariantValue
 Variant value class. More...
 

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 
namespace  clang::ast_matchers
 
namespace  clang::ast_matchers::dynamic
 

Detailed Description

Polymorphic value type.

Supports all the types required for dynamic Matcher construction. Used by the registry to construct matchers in a generic way.

Definition in file VariantValue.h.