Searched defs:AMatcher (Results 1 – 5 of 5) sorted by relevance
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.h | 108 testing::AssertionResult matches(const std::string &Code, const T &AMatcher) { in matches() 114 const T &AMatcher) { in notMatches() 120 const T &AMatcher) { in matchesObjC() 127 testing::AssertionResult matchesC(const std::string &Code, const T &AMatcher) { in matchesC() 134 const T &AMatcher) { in matchesC99() 141 const T &AMatcher) { in notMatchesC() 148 const T &AMatcher) { in notMatchesObjC() 159 const std::string &Code, const T &AMatcher, bool ExpectMatch, in matchesConditionallyWithCuda() 215 const T &AMatcher) { in matchesWithCuda() 221 const T &AMatcher) { in notMatchesWithCuda() [all …]
|
D | ASTMatchersInternalTest.cpp | 56 AST_MATCHER_P(Decl, just, internal::Matcher<Decl>, AMatcher) { in AST_MATCHER_P() argument 77 internal::Matcher<Decl>, AMatcher) { in AST_POLYMORPHIC_MATCHER_P() argument
|
/external/clang/unittests/AST/ |
D | MatchVerifier.h | 46 const MatcherType &AMatcher) { in match() 53 const MatcherType &AMatcher, in match() 91 const std::string &Code, const MatcherType &AMatcher, in match() 137 const Decl *D, const MatcherType &AMatcher) { in match()
|
D | ASTImporterTest.cpp | 52 const MatcherType &AMatcher) { in testImport()
|
/external/clang/unittests/Tooling/ |
D | RefactoringCallbacksTest.cpp | 24 const T &AMatcher, in expectRewritten()
|