Home
last modified time | relevance | path

Searched defs:Dictionary (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/Import/objc-param-decl/Inputs/
H A DS.m4 @interface Dictionary <FirstParam : id <NSString>, NSString> interface
/llvm-project/clang/test/SemaObjC/
H A Dtypo-correction-subscript.m8 - (void)rdar47403222:(Dictionary *)opts {
/llvm-project/lldb/unittests/Utility/Inputs/
H A DStructuredData-full.json8 "Dictionary": { object
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDefs.h30 class Dictionary; variable
H A DFuzzerDriver.cpp743 std::vector<Unit> Dictionary; in FuzzerDriver() local
/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h63 class Dictionary; variable
386 Dictionary() : Object(lldb::eStructuredDataTypeDictionary) {} in Dictionary() function
388 Dictionary(ObjectSP obj_sp) : Object(lldb::eStructuredDataTypeDictionary) { in Dictionary() function
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h91 Dictionary, enumerator
/llvm-project/lldb/tools/debugserver/source/
H A DJSONGenerator.h34 class Dictionary; variable
256 Dictionary() : Object(Type::eTypeDictionary), m_dict() {} in Dictionary() function
/llvm-project/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.cpp80 CFMutableDictionaryRef CFCMutableDictionary::Dictionary(bool can_create) { in Dictionary() function in CFCMutableDictionary