Searched refs:AnonV (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/unittests/AST/ |
D | ASTImporterVisibilityTest.cpp | 71 const auto *AnonV = "namespace { extern int v; }"; variable 195 ::testing::Values(ExternV, AnonV)), ); 422 std::make_tuple(ExternV, AnonV, ExpectUnlinkedDeclChain), 425 std::make_tuple(StaticV, AnonV, ExpectUnlinkedDeclChain), 426 std::make_tuple(AnonV, ExternV, ExpectUnlinkedDeclChain), 427 std::make_tuple(AnonV, StaticV, ExpectUnlinkedDeclChain), 428 std::make_tuple(AnonV, AnonV, ExpectUnlinkedDeclChain))), );
|