Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1093 GetAsObjCInterfaceDecl(const CompilerType &type);
H A DTypeSystemClang.cpp7406 TypeSystemClang::GetAsObjCInterfaceDecl(const CompilerType &type) { in GetAsObjCInterfaceDecl() function in TypeSystemClang
7483 ast->GetAsObjCInterfaceDecl(type); in AddFieldToRecordType()
7962 GetAsObjCInterfaceDecl(type); in SetObjCSuperClass()
7964 GetAsObjCInterfaceDecl(superclass_clang_type); in SetObjCSuperClass()
7988 clang::ObjCInterfaceDecl *class_interface_decl = GetAsObjCInterfaceDecl(type); in AddObjCClassProperty()
8185 clang::ObjCInterfaceDecl *class_interface_decl = GetAsObjCInterfaceDecl(type); in IsObjCClassTypeAndHasIVars()
8201 clang::ObjCInterfaceDecl *class_interface_decl = GetAsObjCInterfaceDecl(type); in AddMethodToObjCObjectType()