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

Definitions

tools/clang/unittests/AST/ASTImporterODRStrategiesTest.cpp
   33   static constexpr auto *Prototype = "void X(int);";
   88   static constexpr auto *Prototype = "extern int X;";
   98   static constexpr auto *Prototype = "template <class> class X;";