Searched refs:StaticF (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/unittests/AST/ |
D | ASTImporterVisibilityTest.cpp | 66 const auto *StaticF = "static void f();"; variable 183 ::testing::Values(ExternF, StaticF, AnonF)), ); 407 std::make_tuple(ExternF, StaticF, ExpectUnlinkedDeclChain), 409 std::make_tuple(StaticF, ExternF, ExpectUnlinkedDeclChain), 410 std::make_tuple(StaticF, StaticF, ExpectUnlinkedDeclChain), 411 std::make_tuple(StaticF, AnonF, ExpectUnlinkedDeclChain), 413 std::make_tuple(AnonF, StaticF, ExpectUnlinkedDeclChain),
|