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

References

tools/clang/unittests/AST/ASTImporterODRStrategiesTest.cpp
  231   using DeclTy = typename TypeParam::DeclTy;
  235   static std::string getPrototype() { return TypeParam::Prototype; }
  237     return TypeParam::ConflictingPrototype;
  239   static std::string getDefinition() { return TypeParam::Definition; }
  241     return TypeParam::ConflictingDefinition;
  244     return TypeParam::ConflictingProtoDef;