Searched refs:StaticV (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/unittests/AST/ |
D | ASTImporterVisibilityTest.cpp | 70 const auto *StaticV = "static int v;"; variable 421 std::make_tuple(ExternV, StaticV, ExpectUnlinkedDeclChain), 423 std::make_tuple(StaticV, ExternV, ExpectUnlinkedDeclChain), 424 std::make_tuple(StaticV, StaticV, ExpectUnlinkedDeclChain), 425 std::make_tuple(StaticV, AnonV, ExpectUnlinkedDeclChain), 427 std::make_tuple(AnonV, StaticV, ExpectUnlinkedDeclChain),
|