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

References

tools/clang/unittests/AST/ASTImporterVisibilityTest.cpp
  379             std::make_tuple(ExternTypedef, AnonTypedef,
  381             std::make_tuple(AnonTypedef, ExternTypedef,
  383             std::make_tuple(AnonTypedef, AnonTypedef, ExpectUnlinkedDeclChain),
  383             std::make_tuple(AnonTypedef, AnonTypedef, ExpectUnlinkedDeclChain),
  391             std::make_tuple(ExternUsing, AnonTypedef, ExpectUnlinkedDeclChain),
  393             std::make_tuple(AnonUsing, AnonTypedef, ExpectUnlinkedDeclChain),
  397             std::make_tuple(AnonTypedef, ExternUsing, ExpectUnlinkedDeclChain),
  398             std::make_tuple(AnonTypedef, AnonUsing,