Home | History | Annotate | Download | only in Dynamic

Lines Matching full:registry

1 //===- unittest/ASTMatchers/Dynamic/RegistryTest.cpp - Registry unit tests -===//
11 #include "clang/ASTMatchers/Dynamic/Registry.h"
39 return Registry::lookupMatcherCtor(MatcherName);
49 Out = Registry::constructMatcher(*Ctor, SourceRange(), Args(), Error);
62 Out = Registry::constructMatcher(*Ctor, SourceRange(), Args(Arg1), Error);
76 Out = Registry::constructMatcher(*Ctor, SourceRange(), Args(Arg1, Arg2),
86 return Registry::getMatcherCompletions(
87 Registry::getAcceptedCompletionTypes(Context));
96 return Registry::getMatcherCompletions(
97 Registry::getAcceptedCompletionTypes(Context));
111 return Registry::getMatcherCompletions(
112 Registry::getAcceptedCompletionTypes(Context));