HomeSort by relevance Sort by last modified time
    Searched defs:constructMatcher (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 485 VariantMatcher Registry::constructMatcher(MatcherCtor Ctor,
498 VariantMatcher Out = constructMatcher(Ctor, NameRange, Args, Error);
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 42 VariantMatcher constructMatcher(StringRef MatcherName,
49 Out = Registry::constructMatcher(*Ctor, SourceRange(), Args(), Error);
54 VariantMatcher constructMatcher(StringRef MatcherName,
62 Out = Registry::constructMatcher(*Ctor, SourceRange(), Args(Arg1), Error);
67 VariantMatcher constructMatcher(StringRef MatcherName,
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...]

Completed in 81 milliseconds