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);
835 bool ClangASTImporter::CompleteObjCInterfaceDecl( in CompleteObjCInterfaceDecl() function in ClangASTImporter942 return CompleteObjCInterfaceDecl(objc_interface_decl); in RequireCompleteType()
316 m_ast_importer_sp->CompleteObjCInterfaceDecl(interface_decl); in CompleteType()
532 void CompleteObjCInterfaceDecl(clang::ObjCInterfaceDecl *);
9059 void TypeSystemClang::CompleteObjCInterfaceDecl( in CompleteObjCInterfaceDecl() function in TypeSystemClang