Searched refs:CompleteObjCInterfaceDecl (Results 1 – 6 of 6) sorted by relevance
26 m_ast.CompleteObjCInterfaceDecl(objc_decl); in CompleteType()
154 bool CompleteObjCInterfaceDecl(clang::ObjCInterfaceDecl *interface_decl);
593 bool ClangASTImporter::CompleteObjCInterfaceDecl( in CompleteObjCInterfaceDecl() function in ClangASTImporter700 return CompleteObjCInterfaceDecl(objc_interface_decl); in RequireCompleteType()
335 m_ast_importer_sp->CompleteObjCInterfaceDecl(interface_decl); in CompleteType()
462 void CompleteObjCInterfaceDecl(clang::ObjCInterfaceDecl *);
9417 void TypeSystemClang::CompleteObjCInterfaceDecl( in CompleteObjCInterfaceDecl() function in TypeSystemClang