Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenTypes.h136 llvm::DenseMap<const ObjCInterfaceType*, llvm::Type *> InterfaceTypes; variable
/external/libmojo/mojo/public/cpp/bindings/tests/
Dsync_method_unittest.cc340 using InterfaceTypes = testing::Types<TestSync, TestSyncMaster>; typedef