Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h972 GetAsObjCInterfaceDecl(const CompilerType &type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp7870 ClangASTContext::GetAsObjCInterfaceDecl(const CompilerType &type) { in GetAsObjCInterfaceDecl() function in ClangASTContext
7943 ast->GetAsObjCInterfaceDecl(type); in AddFieldToRecordType()
8385 GetAsObjCInterfaceDecl(type); in SetObjCSuperClass()
8387 GetAsObjCInterfaceDecl(superclass_clang_type); in SetObjCSuperClass()
8410 clang::ObjCInterfaceDecl *class_interface_decl = GetAsObjCInterfaceDecl(type); in AddObjCClassProperty()
8594 clang::ObjCInterfaceDecl *class_interface_decl = GetAsObjCInterfaceDecl(type); in IsObjCClassTypeAndHasIVars()
8610 clang::ObjCInterfaceDecl *class_interface_decl = GetAsObjCInterfaceDecl(type); in AddMethodToObjCObjectType()