Searched defs:AMatcher (Results 1 – 4 of 4) sorted by relevance
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.h | 62 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()
|
D | ASTMatchersTest.cpp | 2364 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/ |
D | MatchVerifier.h | 36 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/ |
D | RefactoringCallbacksTest.cpp | 24 const T &AMatcher, in expectRewritten()
|