Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h98 testing::AssertionResult matches(const std::string &Code, const T &AMatcher) { in matches()
104 const T &AMatcher) { in notMatches()
112 const std::string &Code, const T &AMatcher, bool ExpectMatch, in matchesConditionallyWithCuda()
167 const T &AMatcher) { in matchesWithCuda()
173 const T &AMatcher) { in notMatchesWithCuda()
179 matchAndVerifyResultConditionally(const std::string &Code, const T &AMatcher, in matchAndVerifyResultConditionally()
223 matchAndVerifyResultTrue(const std::string &Code, const T &AMatcher, in matchAndVerifyResultTrue()
231 matchAndVerifyResultFalse(const std::string &Code, const T &AMatcher, in matchAndVerifyResultFalse()
H A DASTMatchersTest.cpp2499 AST_MATCHER_P(Decl, just, internal::Matcher<Decl>, AMatcher) { in AST_MATCHER_P() argument
2521 internal::Matcher<Decl>, AMatcher) { in AST_POLYMORPHIC_MATCHER_P() argument
/minix3/external/bsd/llvm/dist/clang/unittests/AST/
H A DMatchVerifier.h46 const MatcherType &AMatcher) { in match()
53 const MatcherType &AMatcher, in match()
88 const std::string &Code, const MatcherType &AMatcher, in match()
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DRefactoringCallbacksTest.cpp24 const T &AMatcher, in expectRewritten()