Home
last modified time | relevance | path

Searched refs:eBasicTypeObjCClass (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
Dlldb-enumerations.h593 eBasicTypeObjCClass, enumerator
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DClangASTContext.cpp790 case eBasicTypeObjCClass: in GetBasicType()
DClangASTType.cpp2285 case clang::BuiltinType::ObjCClass: return eBasicTypeObjCClass; in GetBasicTypeEnumeration()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp5861 clang_type = ast.GetBasicType(eBasicTypeObjCClass); in ParseType()