Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h108 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 …]
DASTMatchersInternalTest.cpp56 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/
DMatchVerifier.h46 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()
DASTImporterTest.cpp52 const MatcherType &AMatcher) { in testImport()
/external/clang/unittests/Tooling/
DRefactoringCallbacksTest.cpp24 const T &AMatcher, in expectRewritten()