Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp292 auto *cd = TypeSystemClang::GetAsObjCInterfaceDecl(class_type); in TEST_F()
706 ObjCInterfaceDecl *interface = m_ast->GetAsObjCInterfaceDecl(c); in TEST_F()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h1002 GetAsObjCInterfaceDecl(const CompilerType &type);
DTypeSystemClang.cpp7094 TypeSystemClang::GetAsObjCInterfaceDecl(const CompilerType &type) { in GetAsObjCInterfaceDecl() function in TypeSystemClang
7163 ast->GetAsObjCInterfaceDecl(type); in AddFieldToRecordType()
7625 GetAsObjCInterfaceDecl(type); in SetObjCSuperClass()
7627 GetAsObjCInterfaceDecl(superclass_clang_type); in SetObjCSuperClass()
7650 clang::ObjCInterfaceDecl *class_interface_decl = GetAsObjCInterfaceDecl(type); in AddObjCClassProperty()
7844 clang::ObjCInterfaceDecl *class_interface_decl = GetAsObjCInterfaceDecl(type); in IsObjCClassTypeAndHasIVars()
7860 clang::ObjCInterfaceDecl *class_interface_decl = GetAsObjCInterfaceDecl(type); in AddMethodToObjCObjectType()