Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCDeclVendor.cpp56 if (!m_decl_vendor.FinishDecl(non_const_interface_decl)) in FindExternalVisibleDeclsByName()
104 m_decl_vendor.FinishDecl(interface_decl); in CompleteType()
399 bool AppleObjCDeclVendor::FinishDecl(clang::ObjCInterfaceDecl *interface_decl) { in FinishDecl() function in AppleObjCDeclVendor
432 FinishDecl(superclass_decl); in FinishDecl()
DAppleObjCDeclVendor.h37 bool FinishDecl(clang::ObjCInterfaceDecl *decl);