Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h144 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 DASTMatchersInternalTest.cpp154 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 DDeclMatcher.h32 NodeType *match(const Decl *D, const MatcherType &AMatcher) { in match()
64 unsigned match(const Decl *D, const MatcherType &AMatcher) { in match()
H A DMatchVerifier.h37 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 DASTImporterFixtures.h315 const MatcherType &AMatcher) { in testImport()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DRefactoringCallbacksTest.cpp22 const T &AMatcher, RefactoringCallback &Callback) { in expectRewritten()