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

  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 39 MatcherList constructMatcher(StringRef MatcherName,
44 Registry::constructMatcher(MatcherName, SourceRange(), Args(), Error);
49 MatcherList constructMatcher(StringRef MatcherName, const VariantValue &Arg1,
53 const MatcherList Out = Registry::constructMatcher(
59 MatcherList constructMatcher(StringRef MatcherName, const VariantValue &Arg1,
64 const MatcherList Out = Registry::constructMatcher(
72 Matcher<Stmt> IsArrowValue = constructMatcher(
73 "memberExpr", constructMatcher("isArrow")).getTypedMatcher<Stmt>();
75 constructMatcher("boolLiteral").getTypedMatcher<Stmt>();
89 Matcher<Decl> Value = constructMatcher(
    [all...]
  /external/clang/include/clang/ASTMatchers/Dynamic/
Registry.h 50 static MatcherList constructMatcher(StringRef MatcherName,
57 /// Similar the \c constructMatcher() above, but it then tries to bind the
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 408 MatcherList Registry::constructMatcher(StringRef MatcherName,
428 MatcherList Out = constructMatcher(MatcherName, NameRange, Args, Error);

Completed in 49 milliseconds