Searched defs:ConflictingDefinition (Results 1 – 1 of 1) sorted by relevance
36 static constexpr auto *ConflictingDefinition = "void X(double a) {}"; member46 static constexpr auto *ConflictingDefinition = "typedef double X;"; member54 static constexpr auto *ConflictingDefinition = "using X = double;"; member62 static constexpr auto *ConflictingDefinition = "enum X { a, b, c };"; member70 static constexpr auto *ConflictingDefinition = "enum class X { a, b, c };"; member78 static constexpr auto *ConflictingDefinition = "enum E { X = 1 };"; member87 static constexpr auto *ConflictingDefinition = "class X { int A; };"; member99 static constexpr auto *ConflictingDefinition = "float X;"; member109 static constexpr auto *ConflictingDefinition = member149 static constexpr auto *ConflictingDefinition = member[all …]