Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1609 DeclFromUser<const ObjCInterfaceDecl> interface_decl_from_runtime( in FindObjCPropertyAndIvarDecls() local
1612 if (!interface_decl_from_runtime.IsValid()) in FindObjCPropertyAndIvarDecls()
1620 static_cast<const void *>(interface_decl_from_runtime.decl), in FindObjCPropertyAndIvarDecls()
1621 static_cast<void *>(&interface_decl_from_runtime->getASTContext())); in FindObjCPropertyAndIvarDecls()
1624 current_id, context, *this, interface_decl_from_runtime)) in FindObjCPropertyAndIvarDecls()