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

  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 73 "memberExpr", constructMatcher("isArrow")).getTypedMatcher<Stmt>();
75 constructMatcher("boolLiteral").getTypedMatcher<Stmt>();
91 .getTypedMatcher<Decl>();
96 .getTypedMatcher<FunctionDecl>());
104 .getTypedMatcher<Decl>();
107 .getTypedMatcher<Decl>();
122 "hasParameter", 1, hasName("x")).getTypedMatcher<FunctionDecl>());
132 .getTypedMatcher<Stmt>();
140 .getTypedMatcher<Stmt>();
154 constructMatcher("varDecl", IsDefinition).getTypedMatcher<Decl>()
    [all...]
VariantValueTest.cpp 106 .getTypedMatcher<Decl>()));
108 matches("int x;", VariantValue(varDecl()).getTypedMatcher<Decl>()));
110 VariantValue(functionDecl()).getTypedMatcher<Decl>()));
117 EXPECT_DEATH(VariantValue(varDecl()).getTypedMatcher<Stmt>(),
122 matches("int x;", VariantValue(functionDecl()).getTypedMatcher<Decl>()));
126 VariantValue(declRefExpr()).getTypedMatcher<Stmt>()));
  /external/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 36 /// provide the right one when calling \c hasTypedMatcher/getTypedMatcher.
81 ast_matchers::internal::Matcher<T> getTypedMatcher() const {
148 ast_matchers::internal::Matcher<T> getTypedMatcher() const {
149 return getMatchers().getTypedMatcher<T>();
  /external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h 66 return Value.getTypedMatcher<T>();

Completed in 833 milliseconds