OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISAToInterfaceMap
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.h
56
typedef llvm::DenseMap<ObjCLanguageRuntime::ObjCISA, clang::ObjCInterfaceDecl *>
ISAToInterfaceMap
;
58
ISAToInterfaceMap
m_isa_to_interface;
AppleObjCTypeVendor.cpp
178
ISAToInterfaceMap
::const_iterator iter = m_isa_to_interface.find(isa);
Completed in 729 milliseconds