Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp5035 auto *FromPlus = FirstDeclMatcher<FunctionDecl>().match( in TEST_P() local
5039 ASSERT_NE(ToPlus->getDeclName(), FromPlus->getDeclName()); in TEST_P()
5047 Res = LT.lookup(ToTU, FromPlus->getDeclName()); in TEST_P()