Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp2758 if (objc_class_type) { in GetCompleteQualType()
3666 if (objc_class_type) { in IsDefined()
5618 if (objc_class_type) { in GetNumChildren()
5920 if (objc_class_type) { in GetNumFields()
6073 if (objc_class_type) { in GetFieldAtIndex()
6141 if (objc_class_type) { in GetNumDirectBaseClasses()
6289 if (objc_class_type) { in GetDirectBaseClassAtIndex()
6757 if (objc_class_type) { in GetChildCompilerTypeAtIndex()
7874 if (objc_class_type) in GetAsObjCInterfaceDecl()
8745 if (objc_class_type) { in GetHasExternalStorage()
[all …]
H A DClangASTImporter.cpp351 const clang::ObjCObjectType *objc_class_type = in CanImport() local
353 if (objc_class_type) { in CanImport()
355 objc_class_type->getInterface(); in CanImport()
427 const clang::ObjCObjectType *objc_class_type = in Import() local
429 if (objc_class_type) { in Import()
431 objc_class_type->getInterface(); in Import()