Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGenObjC/
Dsection-name.m31 // CHECK-NOT: @"OBJC_IVAR_$_Interface._property" = {{.*}} section "__DATA, __objc_ivar"
32 // CHECK-NOT: @"OBJC_CLASS_$_Interface" = {{.*}} section "__DATA, __objc_data"
33 // CHECK-NOT: @"OBJC_METACLASS_$_Interface" = {{.*}} section "__DATA, __objc_data"
37 // CHECK-NOT: @"_OBJC_CLASS_PROTOCOLS_$_Interface" = {{.*}} section "__DATA, __objc_const"
42 // CHECK-NOT: @"_OBJC_CLASS_RO_$_Interface" = {{.*}} section "__DATA, __objc_const"
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dtranslate.py395 def _Interface(module, parsed_iface): function
589 lambda interface: _Interface(module, interface),