Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7976 const CompilerType &property_clang_type, clang::ObjCIvarDecl *ivar_decl, in AddObjCClassProperty() argument
7979 if (!type || !property_clang_type.IsValid() || property_name == nullptr || in AddObjCClassProperty()
7994 if (property_clang_type.IsValid()) in AddObjCClassProperty()
7995 property_clang_type_to_access = property_clang_type; in AddObjCClassProperty()
8007 ClangUtil::GetQualType(property_clang_type)); in AddObjCClassProperty()
8015 : ClangUtil::GetQualType(property_clang_type), in AddObjCClassProperty()