Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp2826 TranslationUnitDecl *FromFriendTU = in TEST_P() local
2829 FirstDeclMatcher<FunctionDecl>().match(FromFriendTU, Pattern); in TEST_P()
2839 LookupRes = FromFriendTU->noload_lookup(FromFriendName); in TEST_P()