Home
last modified time | relevance | path

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

/llvm-project/mlir/test/lib/IR/
H A DTestInterfaces.cpp30 if (auto testInterface = dyn_cast<TestTypeInterface>(type)) { in runOnOperation() local
31 testInterface.printTypeA(op->getLoc()); in runOnOperation()
32 testInterface.printTypeB(op->getLoc()); in runOnOperation()
33 testInterface.printTypeC(op->getLoc()); in runOnOperation()
34 testInterface.printTypeD(op->getLoc()); in runOnOperation()
37 TestTypeInterface result = testInterface.printTypeRet(op->getLoc()); in runOnOperation()
/llvm-project/clang/test/AST/
H A Dpragma-attribute-objc-subject-match-rules.m13 @interface testInterface interface
15 // CHECK-OBJC_INTERFACE: ObjCInterfaceDecl{{.*}} testInterface
18 @interface testInterface () interface in testInterface
26 @interface testInterface (testCategory) category