Home
last modified time | relevance | path

Searched refs:MatcherDescriptor (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/ASTMatchers/Dynamic/
DMarshallers.h104 class MatcherDescriptor {
106 virtual ~MatcherDescriptor() {}
161 class FixedArgCountMatcherDescriptor : public MatcherDescriptor {
320 class VariadicFuncMatcherDescriptor : public MatcherDescriptor {
463 std::vector<MatcherDescriptor *> &Out)
481 std::vector<MatcherDescriptor *> &Out;
489 class OverloadedMatcherDescriptor : public MatcherDescriptor {
491 OverloadedMatcherDescriptor(ArrayRef<MatcherDescriptor *> Callbacks)
558 std::vector<std::unique_ptr<MatcherDescriptor>> Overloads;
562 class VariadicOperatorMatcherDescriptor : public MatcherDescriptor {
[all …]
DRegistry.cpp32 using internal::MatcherDescriptor;
34 typedef llvm::StringMap<const MatcherDescriptor *> ConstructorMap;
43 void registerMatcher(StringRef MatcherName, MatcherDescriptor *Callback);
48 MatcherDescriptor *Callback) { in registerMatcher()
63 MatcherDescriptor *Callbacks[] = { \
/external/clang/include/clang/ASTMatchers/Dynamic/
DRegistry.h32 class MatcherDescriptor; variable
35 typedef const internal::MatcherDescriptor *MatcherCtor;