Searched defs:AMatcher (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersTest.h | 144 matchesConditionally(const Twine &Code, const T &AMatcher, bool ExpectMatch, in matchesConditionally() 181 testing::AssertionResult matchesC(const Twine &Code, const T &AMatcher) { in matchesC() 195 matchesConditionallyWithCuda(const Twine &Code, const T &AMatcher, in matchesConditionallyWithCuda() 257 const T &AMatcher) { in notMatchesWithCuda() 263 const T &AMatcher) { in matchesWithOpenMP() 269 const T &AMatcher) { in notMatchesWithOpenMP() 275 const T &AMatcher) { in matchesWithOpenMP51() 282 const T &AMatcher) { in notMatchesWithOpenMP51() 289 const Twine &Code, const T &AMatcher, in matchAndVerifyResultConditionally() 337 const Twine &Code, const T &AMatcher, in matchAndVerifyResultTrue() [all …]
|
| H A D | ASTMatchersInternalTest.cpp | 154 AST_MATCHER_P(Decl, just, internal::Matcher<Decl>, AMatcher) { in AST_MATCHER_P() argument 175 internal::Matcher<Decl>, AMatcher) { in AST_POLYMORPHIC_MATCHER_P() argument
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | DeclMatcher.h | 32 NodeType *match(const Decl *D, const MatcherType &AMatcher) { in match() 64 unsigned match(const Decl *D, const MatcherType &AMatcher) { in match()
|
| H A D | MatchVerifier.h | 37 const MatcherType &AMatcher) { in match() 44 const MatcherType &AMatcher, TestLanguage L) { in match() 82 const MatcherType &AMatcher, in match() 145 const Decl *D, const MatcherType &AMatcher) { in match()
|
| H A D | ASTImporterFixtures.h | 315 const MatcherType &AMatcher) { in testImport()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | RefactoringCallbacksTest.cpp | 22 const T &AMatcher, RefactoringCallback &Callback) { in expectRewritten()
|