Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaObjC/
H A Dclass-method-self.m9 @interface YY interface
15 @implementation YY implementation
H A Dmethod-lookup-2.m52 @interface YY : NSObject interface
56 @implementation YY implementation
/llvm-project/clang/test/SemaObjCXX/
H A Dclass-method-self.mm9 @interface YY interface
15 @implementation YY implementation
/llvm-project/clang/test/Rewriter/
H A Drewrite-forward-class.m23 @interface YY interface
31 @implementation YY implementation
H A Drewrite-forward-class.mm24 @interface YY interface
32 @implementation YY implementation
H A Drewrite-block-pointer.mm48 @interface YY { interface
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-expr-2.cpp47 typedef N4::BinOpOverload<N2::Y, N2::Y>::type YY; in test_bin_op_overload() typedef