Home
last modified time | relevance | path

Searched refs:Bas (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaObjC/
H A Darc-property-lifetime.m38 @interface Bas { interface
49 @implementation Bas implementation
H A Darc-property-decl-attrs.m26 @interface Bas { interface
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp1082 struct Bas { void operator& (Foo &) {} }; in operator &() struct
1085 Bas() & Bar().func() << "" << ""; in mumble()
1086 Bas() & Bar().func() << ""; in mumble()