clang API Documentation

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 "clang/Basic/LLVM.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/StringRef.h"
Include dependency graph for Registry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  clang::ast_matchers::dynamic::MatcherCompletion
class  clang::ast_matchers::dynamic::Registry

Namespaces

namespace  clang
namespace  clang::ast_matchers
namespace  clang::ast_matchers::dynamic
namespace  clang::ast_matchers::dynamic::internal

Typedefs

typedef const
internal::MatcherDescriptor * 
clang::ast_matchers::dynamic::MatcherCtor

Detailed Description

Registry of all known matchers.

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

Definition in file Registry.h.