Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCDeclVendor.cpp57 if (!m_decl_vendor.FinishDecl(non_const_interface_decl)) in FindExternalVisibleDeclsByName()
103 m_decl_vendor.FinishDecl(interface_decl); in CompleteType()
397 bool AppleObjCDeclVendor::FinishDecl(clang::ObjCInterfaceDecl *interface_decl) { in FinishDecl() function in AppleObjCDeclVendor
430 FinishDecl(superclass_decl); in FinishDecl()
DAppleObjCDeclVendor.h37 bool FinishDecl(clang::ObjCInterfaceDecl *decl);