Searched refs:CompleteObjCInterfaceDecl (Results 1 – 6 of 6) sorted by relevance
25 m_ast.CompleteObjCInterfaceDecl(objc_decl); in CompleteType()
154 bool CompleteObjCInterfaceDecl(clang::ObjCInterfaceDecl *interface_decl);
592 bool ClangASTImporter::CompleteObjCInterfaceDecl( in CompleteObjCInterfaceDecl() function in ClangASTImporter699 return CompleteObjCInterfaceDecl(objc_interface_decl); in RequireCompleteType()
335 m_ast_importer_sp->CompleteObjCInterfaceDecl(interface_decl); in CompleteType()
448 void CompleteObjCInterfaceDecl(clang::ObjCInterfaceDecl *);
9343 void TypeSystemClang::CompleteObjCInterfaceDecl( in CompleteObjCInterfaceDecl() function in TypeSystemClang