Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp3033 auto ClassMatcher = cxxRecordDecl(unless(isImplicit())); in test() local
3037 ToTU, ClassMatcher); in test()
3054 FromTU, ClassMatcher); in test()