Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/Dynamic/
DRegistryTest.cpp42 VariantMatcher constructMatcher(StringRef MatcherName, in constructMatcher() function in clang::ast_matchers::dynamic::__anon1352415e0111::RegistryTest
49 Out = Registry::constructMatcher(*Ctor, SourceRange(), Args(), Error); in constructMatcher()
54 VariantMatcher constructMatcher(StringRef MatcherName, in constructMatcher() function in clang::ast_matchers::dynamic::__anon1352415e0111::RegistryTest
62 Out = Registry::constructMatcher(*Ctor, SourceRange(), Args(Arg1), Error); in constructMatcher()
67 VariantMatcher constructMatcher(StringRef MatcherName, in constructMatcher() function in clang::ast_matchers::dynamic::__anon1352415e0111::RegistryTest
76 Out = Registry::constructMatcher(*Ctor, SourceRange(), Args(Arg1, Arg2), in constructMatcher()
129 Matcher<Stmt> IsArrowValue = constructMatcher( in TEST_F()
130 "memberExpr", constructMatcher("isArrow")).getTypedMatcher<Stmt>(); in TEST_F()
132 constructMatcher("cxxBoolLiteral").getTypedMatcher<Stmt>(); in TEST_F()
146 Matcher<Decl> Value = constructMatcher( in TEST_F()
[all …]
/external/clang/include/clang/ASTMatchers/Dynamic/
DRegistry.h108 static VariantMatcher constructMatcher(MatcherCtor Ctor,
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp571 VariantMatcher Registry::constructMatcher(MatcherCtor Ctor, in constructMatcher() function in clang::ast_matchers::dynamic::Registry
584 VariantMatcher Out = constructMatcher(Ctor, NameRange, Args, Error); in constructBoundMatcher()
DParser.cpp540 return Registry::constructMatcher(Ctor, NameRange, Args, Error); in actOnMatcherExpression()