Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h999 GetAsObjCInterfaceDecl(const CompilerType &type);
H A DTypeSystemClang.cpp7223 TypeSystemClang::GetAsObjCInterfaceDecl(const CompilerType &type) { in GetAsObjCInterfaceDecl() function in TypeSystemClang
7292 ast->GetAsObjCInterfaceDecl(type); in AddFieldToRecordType()
7754 GetAsObjCInterfaceDecl(type); in SetObjCSuperClass()
7756 GetAsObjCInterfaceDecl(superclass_clang_type); in SetObjCSuperClass()
7779 clang::ObjCInterfaceDecl *class_interface_decl = GetAsObjCInterfaceDecl(type); in AddObjCClassProperty()
7973 clang::ObjCInterfaceDecl *class_interface_decl = GetAsObjCInterfaceDecl(type); in IsObjCClassTypeAndHasIVars()
7989 clang::ObjCInterfaceDecl *class_interface_decl = GetAsObjCInterfaceDecl(type); in AddMethodToObjCObjectType()