Home
last modified time | relevance | path

Searched defs:ConflictingDefinition (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/unittests/AST/
DASTImporterODRStrategiesTest.cpp36 static constexpr auto *ConflictingDefinition = "void X(double a) {}"; member
46 static constexpr auto *ConflictingDefinition = "typedef double X;"; member
54 static constexpr auto *ConflictingDefinition = "using X = double;"; member
62 static constexpr auto *ConflictingDefinition = "enum X { a, b, c };"; member
70 static constexpr auto *ConflictingDefinition = "enum class X { a, b, c };"; member
78 static constexpr auto *ConflictingDefinition = "enum E { X = 1 };"; member
87 static constexpr auto *ConflictingDefinition = "class X { int A; };"; member
99 static constexpr auto *ConflictingDefinition = "float X;"; member
109 static constexpr auto *ConflictingDefinition = member
149 static constexpr auto *ConflictingDefinition = member
[all …]