Home
last modified time | relevance | path

Searched refs:VerificationMatcher (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/unittests/AST/
H A DASTImporterFixtures.h247 const internal::BindableMatcher<NodeType> &VerificationMatcher) { in testImport() argument
275 internal::BindableMatcher<NodeType> WrapperMatcher(VerificationMatcher); in testImport()
298 const internal::BindableMatcher<NodeType> &VerificationMatcher) { in testImport() argument
303 VerificationMatcher); in testImport()
377 internal::BindableMatcher<Decl> VerificationMatcher) { in testImportSequence() argument
423 ToVerify, internal::BindableMatcher<Decl>(VerificationMatcher))); in testImportSequence()
H A DASTImporterTest.cpp3142 auto VerificationMatcher = in TEST_P()
3152 "main.c", enumDecl(), VerificationMatcher); in TEST_P()
3158 "main.c", enumDecl(), VerificationMatcher); in TEST_P()
3146 auto VerificationMatcher = TEST_P() local