Searched refs:CompleteObjCInterfaceDecl (Results 1 – 6 of 6) sorted by relevance
27 m_ast.CompleteObjCInterfaceDecl(objc_decl); in CompleteType()
176 bool CompleteObjCInterfaceDecl(clang::ObjCInterfaceDecl *interface_decl);
834 bool ClangASTImporter::CompleteObjCInterfaceDecl( in CompleteObjCInterfaceDecl() function in ClangASTImporter941 return CompleteObjCInterfaceDecl(objc_interface_decl); in RequireCompleteType()
317 m_ast_importer_sp->CompleteObjCInterfaceDecl(interface_decl); in CompleteType()
531 void CompleteObjCInterfaceDecl(clang::ObjCInterfaceDecl *);
8981 void TypeSystemClang::CompleteObjCInterfaceDecl( in CompleteObjCInterfaceDecl() function in TypeSystemClang