Searched refs:constructMatcher (Results 1 - 4 of 4) sorted by relevance

/external/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp42 VariantMatcher constructMatcher(StringRef MatcherName, function in class:clang::ast_matchers::dynamic::__anon19536::RegistryTest
49 Out = Registry::constructMatcher(*Ctor, SourceRange(), Args(), Error);
54 VariantMatcher constructMatcher(StringRef MatcherName, function in class:clang::ast_matchers::dynamic::__anon19536::RegistryTest
62 Out = Registry::constructMatcher(*Ctor, SourceRange(), Args(Arg1), Error);
67 VariantMatcher constructMatcher(StringRef MatcherName, function in class:clang::ast_matchers::dynamic::__anon19536::RegistryTest
76 Out = Registry::constructMatcher(*Ctor, SourceRange(), Args(Arg1, Arg2),
129 Matcher<Stmt> IsArrowValue = constructMatcher(
130 "memberExpr", constructMatcher("isArrow")).getTypedMatcher<Stmt>();
132 constructMatcher("boolLiteral").getTypedMatcher<Stmt>();
146 Matcher<Decl> Value = constructMatcher(
[all...]
/external/clang/include/clang/ASTMatchers/Dynamic/
H A DRegistry.h99 static VariantMatcher constructMatcher(MatcherCtor Ctor,
106 /// Similar the \c constructMatcher() above, but it then tries to bind the
/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp485 VariantMatcher Registry::constructMatcher(MatcherCtor Ctor, function in class:clang::ast_matchers::dynamic::Registry
498 VariantMatcher Out = constructMatcher(Ctor, NameRange, Args, Error);
H A DParser.cpp512 return Registry::constructMatcher(Ctor, NameRange, Args, Error);

Completed in 155 milliseconds