Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1011 GetAsObjCInterfaceDecl(const CompilerType &type);
H A DTypeSystemClang.cpp7374 TypeSystemClang::GetAsObjCInterfaceDecl(const CompilerType &type) { in GetAsObjCInterfaceDecl() function in TypeSystemClang
7451 ast->GetAsObjCInterfaceDecl(type); in AddFieldToRecordType()
7927 GetAsObjCInterfaceDecl(type); in SetObjCSuperClass()
7929 GetAsObjCInterfaceDecl(superclass_clang_type); in SetObjCSuperClass()
7953 clang::ObjCInterfaceDecl *class_interface_decl = GetAsObjCInterfaceDecl(type); in AddObjCClassProperty()
8147 clang::ObjCInterfaceDecl *class_interface_decl = GetAsObjCInterfaceDecl(type); in IsObjCClassTypeAndHasIVars()
8163 clang::ObjCInterfaceDecl *class_interface_decl = GetAsObjCInterfaceDecl(type); in AddMethodToObjCObjectType()