Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/AST/
H A Dpragma-attribute-objc-subject-match-rules.m13 @interface testInterface interface
18 @interface testInterface () interface in testInterface
26 @interface testInterface (testCategory) category
/llvm-project-15.0.7/mlir/test/lib/IR/
H A DTestInterfaces.cpp30 if (auto testInterface = type.dyn_cast<TestTypeInterface>()) { in runOnOperation() local