Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7249 TypeSystemClang::GetAsObjCInterfaceDecl(const CompilerType &type) { in GetAsObjCInterfaceDecl() function in TypeSystemClang
7326 ast->GetAsObjCInterfaceDecl(type); in AddFieldToRecordType()
7802 GetAsObjCInterfaceDecl(type); in SetObjCSuperClass()
7804 GetAsObjCInterfaceDecl(superclass_clang_type); in SetObjCSuperClass()
7828 clang::ObjCInterfaceDecl *class_interface_decl = GetAsObjCInterfaceDecl(type); in AddObjCClassProperty()
8022 clang::ObjCInterfaceDecl *class_interface_decl = GetAsObjCInterfaceDecl(type); in IsObjCClassTypeAndHasIVars()
8038 clang::ObjCInterfaceDecl *class_interface_decl = GetAsObjCInterfaceDecl(type); in AddMethodToObjCObjectType()
H A DTypeSystemClang.h1072 GetAsObjCInterfaceDecl(const CompilerType &type);