Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/AST/
DASTImporterODRStrategiesTest.cpp237 struct ODRViolation : ASTImporterOptionSpecificTestBase { struct
239 using DeclTy = typename TypeParam::DeclTy;
241 ODRViolation() { ODRHandling = ODRHandlingParam; } in ODRViolation() argument
243 static std::string getPrototype() { return TypeParam::Prototype; } in getPrototype()
244 static std::string getConflictingPrototype() { in getConflictingPrototype()
247 static std::string getDefinition() { return TypeParam::Definition; } in getDefinition()
248 static std::string getConflictingDefinition() { in getConflictingDefinition()
251 static std::string getConflictingProtoDef() { in getConflictingProtoDef()
254 static BindableMatcher<Decl> getPattern() { return TypeParam().getPattern(); } in getPattern()
255 static TestLanguage getLang() { return TypeParam().getLang(); } in getLang()
[all …]