Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp6111 auto GetDeclToImport = [this](StringRef File) { in TEST_P() local
6125 auto *ToD1 = Import(GetDeclToImport("input1.cc"), Lang_CXX11); in TEST_P()
6128 auto *ToD2 = Import(GetDeclToImport("input2.cc"), Lang_CXX11); in TEST_P()