Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExternalASTSourceCallbacks.cpp25 m_ast.CompleteObjCInterfaceDecl(objc_decl); in CompleteType()
DClangASTImporter.h91 bool CompleteObjCInterfaceDecl(clang::ObjCInterfaceDecl *interface_decl);
DClangASTImporter.cpp597 bool ClangASTImporter::CompleteObjCInterfaceDecl( in CompleteObjCInterfaceDecl() function in ClangASTImporter
704 return CompleteObjCInterfaceDecl(objc_interface_decl); in RequireCompleteType()
DClangASTSource.cpp332 m_ast_importer_sp->CompleteObjCInterfaceDecl(interface_decl); in CompleteType()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h459 void CompleteObjCInterfaceDecl(clang::ObjCInterfaceDecl *);
DTypeSystemClang.cpp9113 void TypeSystemClang::CompleteObjCInterfaceDecl( in CompleteObjCInterfaceDecl() function in TypeSystemClang