Home
last modified time | relevance | path

Searched refs:ConflictingPrototype (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/unittests/AST/
DASTImporterODRStrategiesTest.cpp34 static constexpr auto *ConflictingPrototype = "void X(double);"; member
97 static constexpr auto *ConflictingPrototype = "extern float X;"; member
107 static constexpr auto *ConflictingPrototype = "template <int> class X;"; member
245 return TypeParam::ConflictingPrototype; in getConflictingPrototype()