clang 19.0.0git
Classes | Namespaces | Typedefs
Registry.h File Reference

Registry of all known matchers. More...

#include "clang/ASTMatchers/Dynamic/Diagnostics.h"
#include "clang/ASTMatchers/Dynamic/VariantValue.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringRef.h"
#include <optional>
#include <string>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

class  clang::ast_matchers::dynamic::internal::MatcherDescriptorPtr
 A smart (owning) pointer for MatcherDescriptor. More...
 
struct  clang::ast_matchers::dynamic::MatcherCompletion
 
class  clang::ast_matchers::dynamic::Registry
 

Namespaces

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

Typedefs

using clang::ast_matchers::dynamic::MatcherCtor = const internal::MatcherDescriptor *
 

Detailed Description

Registry of all known matchers.

The registry provides a generic interface to construct any matcher by name.

Definition in file Registry.h.