Searched defs:testInterface (Results 1 – 2 of 2) sorted by relevance
13 @interface testInterface interface18 @interface testInterface () interface in testInterface26 @interface testInterface (testCategory) category
30 if (auto testInterface = type.dyn_cast<TestTypeInterface>()) { in runOnOperation() local