|
clang
3.8.0
|
Polymorphic value type. More...
#include "clang/ASTMatchers/ASTMatchers.h"#include "clang/ASTMatchers/ASTMatchersInternal.h"#include "llvm/ADT/IntrusiveRefCntPtr.h"#include "llvm/ADT/Optional.h"#include "llvm/ADT/Twine.h"#include <memory>#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 | |
| clang | |
| Dataflow Directional Tag Classes. | |
| clang::ast_matchers | |
| clang::ast_matchers::dynamic | |
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.
1.8.6