Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp58 if (!m_decl_vendor.FinishDecl(non_const_interface_decl)) in FindExternalVisibleDeclsByName()
104 m_decl_vendor.FinishDecl(interface_decl); in CompleteType()
398 bool AppleObjCDeclVendor::FinishDecl(clang::ObjCInterfaceDecl *interface_decl) { in FinishDecl() function in AppleObjCDeclVendor
431 FinishDecl(superclass_decl); in FinishDecl()
H A DAppleObjCDeclVendor.h37 bool FinishDecl(clang::ObjCInterfaceDecl *decl);