Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/AST/
DASTImporterVisibilityTest.cpp87 const auto *StaticFT = "template <class> static void f();"; variable
209 ::testing::Values(ExternFT, StaticFT,
490 std::make_tuple(ExternFT, StaticFT, ExpectUnlinkedDeclChain),
492 std::make_tuple(StaticFT, ExternFT, ExpectUnlinkedDeclChain),
493 std::make_tuple(StaticFT, StaticFT, ExpectUnlinkedDeclChain),
494 std::make_tuple(StaticFT, AnonFT, ExpectUnlinkedDeclChain),
496 std::make_tuple(AnonFT, StaticFT, ExpectUnlinkedDeclChain),