reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/unittests/AST/ASTImporterVisibilityTest.cpp
  157         ::testing::Values(ExternV, AnonV)), );
  347             std::make_tuple(ExternV, AnonV, ExpectUnlinkedDeclChain),
  350             std::make_tuple(StaticV, AnonV, ExpectUnlinkedDeclChain),
  351             std::make_tuple(AnonV, ExternV, ExpectUnlinkedDeclChain),
  352             std::make_tuple(AnonV, StaticV, ExpectUnlinkedDeclChain),
  353             std::make_tuple(AnonV, AnonV, ExpectUnlinkedDeclChain))), );
  353             std::make_tuple(AnonV, AnonV, ExpectUnlinkedDeclChain))), );