Home
last modified time | relevance | path

Searched defs:AMatcher (Results 1 – 4 of 4) sorted by relevance

/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h62 const T &AMatcher, in matchesConditionally()
96 testing::AssertionResult matches(const std::string &Code, const T &AMatcher) { in matches()
102 const T &AMatcher) { in notMatches()
108 matchAndVerifyResultConditionally(const std::string &Code, const T &AMatcher, in matchAndVerifyResultConditionally()
152 matchAndVerifyResultTrue(const std::string &Code, const T &AMatcher, in matchAndVerifyResultTrue()
160 matchAndVerifyResultFalse(const std::string &Code, const T &AMatcher, in matchAndVerifyResultFalse()
DASTMatchersTest.cpp2364 AST_MATCHER_P(Decl, just, internal::Matcher<Decl>, AMatcher) { in AST_MATCHER_P() argument
2386 internal::Matcher<Decl>, AMatcher) { in AST_POLYMORPHIC_MATCHER_P() argument
/external/clang/unittests/AST/
DMatchVerifier.h36 const MatcherType &AMatcher) { in match()
43 const MatcherType &AMatcher, in match()
78 const std::string &Code, const MatcherType &AMatcher, in match()
/external/clang/unittests/Tooling/
DRefactoringCallbacksTest.cpp24 const T &AMatcher, in expectRewritten()